Untitled_Kernel/include
lordtet 4899877cec Changed I/O to be more generic.
instead of stuffing all of the i/o stuff into the "kio" library, i've
decided to rework i/o to be a generic handler that takes in a function
pointer for putc, and does the rest of the logic onto that pointer.
That way, you can pass any function that can take in characters and move
them to buffers.
I'll do a writeup on this at some point to document it.
2025-06-29 01:13:43 -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 Changed I/O to be more generic. 2025-06-29 01:13:43 -04:00
kmultiboot.h Added tons of documentation 2025-06-28 02:11:09 -04:00
kttools.h Added tons of documentation 2025-06-28 02:11:09 -04:00
tss.h Added tons of documentation 2025-06-28 02:11:09 -04:00
vga.h Changed I/O to be more generic. 2025-06-29 01:13:43 -04:00