Hobby operating system for x86_64
Go to file
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
kernel Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
libc LibC: Remove actual printing from putc() since we were panicing anyway 2022-12-10 00:30:00 +02:00
.gitignore Improve buildsystem by making build directory 2022-12-03 18:17:37 +02:00
build.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
clean.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
config.sh Kernel is now in C++ :) 2022-11-12 21:30:26 +02:00
default-host.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
headers.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
iso.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
qemu.sh Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
target-triplet-to-arch.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00