old-MTGos-old/kernel/hal/x86/include
2016-03-15 22:10:49 +01:00
..
base.hpp Added a very small ATA detector. More to come 2016-03-15 21:38:25 +01:00
blockdev.hpp Added untested read driver 2016-03-15 22:10:49 +01:00
gdt.hpp Added a working GDT. 2015-10-10 19:34:31 +02:00
idt.hpp Added multitasking (very early, running in kernel) 2015-10-18 21:57:31 +02:00
input.hpp Added a keyboard driver and somehow broke the kernel. 2015-10-13 16:11:06 +02:00
keyboard.hpp Added multitasking (very early, running in kernel) 2015-10-18 21:57:31 +02:00
keycodes.hpp Created a german keymap for the keyboard driver. 2015-10-15 20:14:04 +02:00
keymap_DE.hpp Keyboard driver now works 2015-10-17 17:03:32 +02:00
Multitasking.h Added multitasking (very early, running in kernel) 2015-10-18 21:57:31 +02:00
output.hpp Added an 80*25 text display to the x86 HAL 2015-10-10 18:03:53 +02:00
pmm.hpp Added a alloc and free function (operators >> and <<) to the PMM. 2016-02-06 20:03:23 +01:00
serial.hpp Fixed the serial driver by checking, whether a serial ports exists. 2015-10-17 11:28:06 +02:00
textDISP.hpp Tried to fix it. Seemingly we need a i686-elf gcc now 2015-10-14 20:02:41 +02:00