diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-01 00:30:20 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-01 00:30:20 +0200 |
| commit | 45fc98575a57dc9709c7a66a243b121c5f11bf2c (patch) | |
| tree | 75f6c0cf59abe5eb43ef7dd9577a826a1d8f2527 /bochsrc | |
| parent | bbbb277f3dd0de3a1b41073e8c8d22e15ddec5ed (diff) | |
continued multiprocessing
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -463,11 +463,11 @@ clock: sync=realtime, time0=local # make it "/dev/null" (Unix) or "nul" (win32). :^( # # Examples: - log: ./bochs.out +# log: ./bochs.out # log: /dev/tty #======================================================================= #log: /dev/stdout -#log: ./bochs.log +log: ./bochs.log #======================================================================= # LOGPREFIX: @@ -510,7 +510,7 @@ clock: sync=realtime, time0=local panic: action=ask error: action=report info: action=report -debug: action=ignore +debug: action=report #debug: action=report #pass: action=fatal |
