banan-os/kernel/arch/i386
Bananymous 3d3f12bd30 Kernel: Add new generic Printer class
kprint is now just a #define to Printer::print<terminal_putc>.

This allows us to use same print formatting for serial output :)
2022-12-10 00:57:09 +02:00
..
GDT.cpp Kernel: Move GDT and IDT files to architecture specific folder 2022-12-08 17:50:04 +02:00
GDT_asm.S Kernel: Move GDT and IDT files to architecture specific folder 2022-12-08 17:50:04 +02:00
IDT.cpp Kernel: Move GDT and IDT files to architecture specific folder 2022-12-08 17:50:04 +02:00
IDT_asm.S Kernel: Move GDT and IDT files to architecture specific folder 2022-12-08 17:50:04 +02:00
boot.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
crti.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
crtn.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
linker.ld Changed back to lower half kernel, since im dump. 2022-11-15 00:38:33 +02:00
make.config Kernel: Move GDT and IDT files to architecture specific folder 2022-12-08 17:50:04 +02:00
tty.cpp Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
vga.h Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00