diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | bochsrc | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -90,7 +90,7 @@ dump: FoolOS.img xxd dump.elf > dump.xxd run: FoolOS.img - bochs + ~/temp/bochs-2.6.6/bochs -q clean: -rm *.bin *.o *.img dump.elf dump.xxd bochs.log @@ -503,8 +503,8 @@ log: ./bochs.log # cause bochs to become unstable. The panic is a "graceful exit," so # if you disable it you may get a spectacular disaster instead. #======================================================================= -panic: action=ask -error: action=ask +panic: action=report +error: action=report info: action=report debug: action=ignore #debug: action=report |
