From cfb38cc3303c52d75c60ebdeaddaa0d44239ddba Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 3 Nov 2013 18:36:36 +0100 Subject: [PATCH] Create debug configuration for bochs --- debug_bochsrc.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debug_bochsrc.txt diff --git a/debug_bochsrc.txt b/debug_bochsrc.txt new file mode 100644 index 00000000..92e1cef0 --- /dev/null +++ b/debug_bochsrc.txt @@ -0,0 +1,5 @@ +display_library: x, options="gui_debug" +magic_break: enabled=1 +floppya: 1_44=thor.flp, status=inserted +ata0-master: type=disk, path="hdd.img", mode=flat, cylinders=1000, heads=16, spt=63 +boot:floppy \ No newline at end of file