cleaned up some log messages, polished up the kb driver a bit, etc
This commit is contained in:
3
Makefile
3
Makefile
@ -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,
|
||||
|
Reference in New Issue
Block a user