From fb9d73ff32de7c83552707622512be0ef1db241c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 22 Feb 2021 09:59:58 +0200 Subject: Enable interrupts --- drivers/ports.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/ports.h b/drivers/ports.h index 98cac72..f241299 100644 --- a/drivers/ports.h +++ b/drivers/ports.h @@ -56,4 +56,6 @@ typedef Port<0x2e8, uint8_t> com4_port_t; /* 8259 PIC */ typedef Port<0x20, uint8_t> pic1_t; -typedef Port<0xA0, uint8_t> pic2_t; +typedef Port<0xa0, uint8_t> pic2_t; + +typedef Port<0x60, uint8_t> kb_t; -- cgit v1.2.1