Untitled_Kernel/include
lordtet 53198515c8 Temporary "default output" global, makefile changes.
Default output variable holds a generic writer, and any output that
isn't really sure where to output to can just output there. Set by the
system early in boot.

Also made some changes to the makefile to support arguments in the "make
run" or "make debug" subset of calls. For now, it's just VGA=1/0 or
SERIAL=1/0 to enable/disable VGA/serial. Defaults are VGA=1, SERIAL=0.
2025-07-04 02:20:31 -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 Temporary "default output" global, makefile changes. 2025-07-04 02:20:31 -04:00
kmultiboot.h Added tons of documentation 2025-06-28 02:11:09 -04:00
kttools.h Serial implementation Pt1 2025-07-02 19:48:33 -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