Untitled_Kernel/include
Jake Holtham 20357559c1 The beginning of paging!
The kernel resides in the higher half, and as of now still identity maps the lower half for compatibility. Will not merge back to master until all the previous features work properly in virtual memory..
2025-07-15 14:52:48 -04:00
..
asm.h The beginning of paging! 2025-07-15 14:52:48 -04:00
idt.h Added tons of documentation 2025-06-28 02:11:09 -04:00
interrupt_handlers.h Added tons of documentation 2025-06-28 02:11:09 -04:00
io.h Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
kmultiboot.h Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
kttools.h Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
physmem.h Page frame setup done, plus makefile changes. 2025-07-11 18:29:03 -04:00
serial.h The beginning of paging! 2025-07-15 14:52:48 -04:00
tss.h Added tons of documentation 2025-06-28 02:11:09 -04:00
vga.h Reworked I/O methodology 2025-07-03 01:36:47 -04:00