|
@@ -1,13 +1,13 @@
|
|
# configuration file generated by Bochs
|
|
# configuration file generated by Bochs
|
|
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, iodebug=1
|
|
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, iodebug=1
|
|
config_interface: textconfig
|
|
config_interface: textconfig
|
|
-display_library: sdl
|
|
|
|
|
|
+# display_library: x11
|
|
#memory: host=2048, guest=2048
|
|
#memory: host=2048, guest=2048
|
|
romimage: file="/usr/local/share/bochs/BIOS-bochs-latest"
|
|
romimage: file="/usr/local/share/bochs/BIOS-bochs-latest"
|
|
vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
|
|
vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
|
|
boot: floppy
|
|
boot: floppy
|
|
floppy_bootsig_check: disabled=0
|
|
floppy_bootsig_check: disabled=0
|
|
-floppya: type=1_44, 1_44="./bin/boot.img", status=inserted, write_protected=0
|
|
|
|
|
|
+floppya: type=1_44, 1_44="bin/boot.img", status=inserted, write_protected=0
|
|
# no floppyb
|
|
# no floppyb
|
|
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
|
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
|
ata0-master: type=none
|
|
ata0-master: type=none
|
|
@@ -51,3 +51,4 @@ com4: enabled=0
|
|
|
|
|
|
megs: 2048
|
|
megs: 2048
|
|
|
|
|
|
|
|
+ # gdbstub: enabled=1, port=1234, text_base=0, data_base=0, bss_base=0;
|