old-DasOS/prototypes/base/src
2016-05-18 10:38:47 +02:00
..
bsod.cpp Adds virtual memory management with paging :) 2016-05-07 14:10:37 +02:00
compat.c Adds linker script, C++ support and a simple screen class. 2016-05-01 20:22:12 +02:00
console.cpp Adds virtual memory management with paging :) 2016-05-07 14:10:37 +02:00
gdt.cpp First draft of the interrupt handler system. 2016-05-05 15:59:48 +02:00
idt.cpp More assembler inlines moved to asm.hpp 2016-05-18 10:38:47 +02:00
keyboard.cpp Hacks(git add .git add .) multithreading. 2016-05-07 21:49:54 +02:00
numeric.cpp Adds format functions with NumericFormat<T>, bin(), hex(), dec(), oct(). Adds 64bit support for number-to-string conversion. 2016-05-04 17:33:03 +02:00
pic.cpp Fixes bug in PIC.cpp: I AM STUPID. Data port is always 0x01, not incrementing... m( 2016-05-06 22:53:08 +02:00
pmm.cpp PMM::alloc now dies with a BSOD instead of returning an invalid value. Adds stub of scheduler driver. 2016-05-06 12:35:22 +02:00
screen.cpp Adds support for console colors. 2016-05-02 09:32:27 +02:00
timer.cpp Hacks(git add .git add .) multithreading. 2016-05-07 21:49:54 +02:00
vmm.cpp More assembler inlines moved to asm.hpp 2016-05-18 10:38:47 +02:00