Page faults and protetion faults will now hang with a helpful message
to explain what is going on. I removed previously set barriers from the code to load the kernel further.
This commit is contained in:
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ run: all
|
||||
$(EMULATOR) -cdrom build/barinkOS.iso -serial stdio -vga std -display gtk -m 2G -cpu core2duo
|
||||
|
||||
debug: all
|
||||
objcopy --only-keep-debug build/myos.bin kernel.sym
|
||||
$(EMULATOR) -cdrom build/barinkOS.iso -serial stdio -vga std -display gtk -m 2G -cpu core2duo -s -d int
|
||||
|
||||
build_kernel: $(OBJ_LINK_LIST)
|
||||
|
Reference in New Issue
Block a user