cleaned up some log messages, polished up the kb driver a bit, etc

This commit is contained in:
2025-06-03 20:51:25 -04:00
parent 01076e24b8
commit e471564f89
6 changed files with 138 additions and 21 deletions

View File

@ -48,6 +48,9 @@ os.iso: kernel.elf
run: os.iso
$(TERM_EXEC) "gdb kernel.elf -x util/gdbcmds" &
qemu-system-i386 -s -cdrom os.iso
bochs: os.iso
bochs -f util/bochsrc.txt -q
#TODO: when i inevitably do add libc, this is going to fail because they have the same name as the libk objects
#TODO: so we'll need to do a batch rename on one of the two object files,