diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 02:09:29 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 02:09:29 +0100 |
| commit | 2e10c5d0d102c0c9ea3d7d4c5ed41b495c3a4428 (patch) | |
| tree | 7e5005100a2b4b119e7197c7daa70b2cafd8966f | |
| parent | 44e06b963f3a052913b24f014640e093fdc09991 (diff) | |
switch bochst to term gui
| -rw-r--r-- | bochs/bochsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bochs/bochsrc b/bochs/bochsrc index e2f0282..e793779 100644 --- a/bochs/bochsrc +++ b/bochs/bochsrc @@ -50,13 +50,13 @@ # Some display libraries now support specific option to control their # behaviour. See the examples below for currently supported options. #======================================================================= -#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: wx #display_library: x, options="hideIPS" # disable IPS output in status bar display_library: x, options="gui_debug" # use GTK debugger gui +display_library: term #display_library: x # |
