Tweaks to make debugging easier

This commit is contained in:
Maciej Krzyżanowski 2023-11-03 14:13:53 +01:00
parent 47990aac56
commit ee09437fb1
2 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,4 @@ ata1: enabled=true, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata1-master: type=disk, path="dysk.img", mode=flat ata1-master: type=disk, path="dysk.img", mode=flat
boot: cdrom boot: cdrom
display_library: x, options="gui_debug" display_library: x, options="gui_debug"
magic_break: enabled=1

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
./compile.sh ./compile.sh
./makeiso.sh ./makeiso.sh
# Remove lock in case of bad shutdown, it makes debugging easier
rm dysk.img.lock
bochs bochs