diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 19:41:15 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 19:41:15 +0200 |
| commit | 4c6017d0d21cb085bf3757c2949e435481840fe6 (patch) | |
| tree | 8daf7eefd434828117d15825679010c50df15aa4 /bochsrc | |
| parent | 558bf072fff36ae9f09e332cf8aa536db8ef17c0 (diff) | |
fixed bochs
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,12 @@ -# You may now use double quotes around pathnames, in case +# +# +# bochs-2.6.6$ +# ./configure --enable-clgd54xx --enable-a20-pin --enable-debugger --enable-disasm --enable-e1000 --with-x --with-x11 +# +# +# +# +## You may now use double quotes around pathnames, in case # your pathname includes spaces. #======================================================================= @@ -53,8 +61,8 @@ #display_library: term #display_library: wx #display_library: x, options="hideIPS" # disable IPS output in status bar -#display_library: x, options="gui_debug" # use GTK debugger gui -display_library: x +display_library: x, options="gui_debug" # use GTK debugger gui +#display_library: x #======================================================================= |
