Untitled_Kernel/src
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.s Added header and asm file for assembly function wrappers 2025-07-02 21:17:57 -04:00
gdt.s Added tons of documentation 2025-06-28 02:11:09 -04:00
idt.c Added tons of documentation 2025-06-28 02:11:09 -04:00
idt_asm.s Added tons of documentation 2025-06-28 02:11:09 -04:00
interrupt_handlers.c Temporary "default output" global, makefile changes. 2025-07-04 02:20:31 -04:00
interrupts.s Added tons of documentation 2025-06-28 02:11:09 -04:00
io.c Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
kttools.c Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
main.c Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
multiboot.s Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
serial.c Serial output works! 2025-07-04 01:47:44 -04:00
start.s Added tons of documentation 2025-06-28 02:11:09 -04:00
vga.c Reworked I/O methodology 2025-07-03 01:36:47 -04:00