From 0bff8199e4a800d5ea1bd422dcf06643d6daf008 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 10 Jan 2022 22:15:15 +0100 Subject: include/setup.sh --- include/06.keyboard/deo3 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/06.keyboard/deo3 (limited to 'include/06.keyboard/deo3') diff --git a/include/06.keyboard/deo3 b/include/06.keyboard/deo3 new file mode 100644 index 0000000..239c874 --- /dev/null +++ b/include/06.keyboard/deo3 @@ -0,0 +1,7 @@ +#define PIC1_COMMAND_PORT 0x20 +#define PIC1_DATA_PORT 0x21 +#define PIC2_COMMAND_PORT 0xA0 +#define PIC2_DATA_PORT 0xA1 +// IO Ports for Keyboard +#define KEYBOARD_DATA_PORT 0x60 +#define KEYBOARD_STATUS_PORT 0x64 -- cgit v1.2.3