diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 01:07:06 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 01:07:06 +0100 |
| commit | 600ef9b4efed894db2c0a205dbbc10d36cf28852 (patch) | |
| tree | 8a3915a8e47a4a78adad5f1195170ae083182c52 /bochs | |
| parent | b4a8f29ef338c6d2ee70723ff49811276713628a (diff) | |
switched bochs to term mode !
Diffstat (limited to 'bochs')
| -rw-r--r-- | bochs/bochsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bochs/bochsrc b/bochs/bochsrc index 8ad5504..4e278cc 100644 --- a/bochs/bochsrc +++ b/bochs/bochsrc @@ -53,10 +53,10 @@ #display_library: nogui #display_library: rfb, options="timeout=60" # time to wait for client #display_library: sdl #, options="fullscreen" # startup in fullscreen mode -#display_library: term +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, options="gui_debug" # use GTK debugger gui #display_library: x |
