40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
$OpenBSD: patch-_bochsrc,v 1.6 2011/03/23 11:27:39 giovanni Exp $
|
|
--- .bochsrc.orig Sat Feb 12 09:00:34 2011
|
|
+++ .bochsrc Mon Feb 28 22:11:24 2011
|
|
@@ -295,13 +295,13 @@ vga: extension=vbe
|
|
# The optional parameter 'write_protected' can be used to control the media
|
|
# write protect switch. By default it is turned off.
|
|
#=======================================================================
|
|
-floppya: 1_44=/dev/fd0, status=inserted
|
|
+#floppya: 1_44=/dev/fd0, status=inserted
|
|
#floppya: image=../1.44, status=inserted
|
|
#floppya: 1_44=/dev/fd0H1440, status=inserted
|
|
#floppya: 1_2=../1_2, status=inserted
|
|
#floppya: 1_44=a:, status=inserted
|
|
#floppya: 1_44=a.img, status=inserted, write_protected=1
|
|
-#floppya: 1_44=/dev/rfd0a, status=inserted
|
|
+floppya: 1_44=/dev/rfd0a, status=inserted
|
|
|
|
#=======================================================================
|
|
# FLOPPYB:
|
|
@@ -440,7 +440,7 @@ boot: disk
|
|
#
|
|
# Default value are sync=none, time0=local
|
|
#=======================================================================
|
|
-#clock: sync=none, time0=local
|
|
+clock: sync=realtime, time0=local
|
|
|
|
|
|
#=======================================================================
|
|
@@ -464,8 +464,8 @@ floppy_bootsig_check: disabled=0
|
|
# log: ./bochs.out
|
|
# log: /dev/tty
|
|
#=======================================================================
|
|
-#log: /dev/null
|
|
-log: bochsout.txt
|
|
+log: /dev/null
|
|
+#log: bochsout.txt
|
|
|
|
#=======================================================================
|
|
# LOGPREFIX:
|