Untitled_Kernel/include
lordtet 472f91fe14 Started work on memory map, added printf features
Printf now has long (64-bit), char, and % literal support. I haven't written
anything specific for shorts yet but if you cast it to an int on the way
in, it'll work anyway, so whatever.
2025-07-05 04:36:39 -04:00
..
asm.h Added header and asm file for assembly function wrappers 2025-07-02 21:17:57 -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
serial.h Serial output works! 2025-07-04 01:47:44 -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