1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
$NetBSD: patch-aa,v 1.7 2002/05/14 13:52:52 fredb Exp $
--- .bochsrc.orig Thu Mar 28 01:49:52 2002
+++ .bochsrc
@@ -9,9 +9,9 @@
# directory, named BIOS-bochs-yymmdd. Use the latest one in there.
#=======================================================================
#romimage: bios/BIOS-bochs-970717a
-romimage: file=bios/BIOS-bochs-latest, address=0xf0000
-#romimage: file=bios/BIOS-bochs-2-processors, address=0xf0000
-#romimage: file=bios/BIOS-bochs-4-processors, address=0xf0000
+romimage: file=XXXPREFIXXXX/share/bochs/bios/BIOS-bochs-latest, address=0xf0000
+#romimage: file=XXXPREFIXXXX/share/bios/BIOS-bochs-2-processors, address=0xf0000
+#romimage: file=XXXPREFIXXXX/share/bios/BIOS-bochs-4-processors, address=0xf0000
#romimage: file=bios/rombios.bin, address=0xf0000
#=======================================================================
@@ -32,8 +32,8 @@
# VGAROMIMAGE
# You now need to load a VGA ROM BIOS into C0000.
#=======================================================================
-#vgaromimage: bios/VGABIOS-lgpl-0.3a
-vgaromimage: bios/VGABIOS-elpin-2.40
+#vgaromimage: XXXPREFIXXXX/share/bios/VGABIOS-lgpl-0.3a
+vgaromimage: XXXPREFIXXXX/share/bochs/bios/VGABIOS-elpin-2.40
#=======================================================================
# FLOPPYA:
@@ -52,7 +52,7 @@
# drive letters such as a: or b: as the path. Raw floppy access is not
# supported on Windows 95 and 98.
#=======================================================================
-floppya: 1_44=/dev/fd0, status=inserted
+floppya: 1_44=/dev/rfd0a, status=inserted
#floppya: file=../1.44, status=inserted
#floppya: 1_44=/dev/fd0H1440, status=inserted
#floppya: 1_2=../1_2, status=inserted
@@ -84,7 +84,7 @@
# diskc: file=112M.sample, cyl=900, heads=15, spt=17
# diskc: file=483M.sample, cyl=1024, heads=15, spt=63
#=======================================================================
-diskc: file="30M.sample", cyl=615, heads=6, spt=17
+#diskc: file="30M.sample", cyl=615, heads=6, spt=17
#=======================================================================
# DISKD:
@@ -108,7 +108,7 @@
# NOTE: diskd and cdromd must not be used together!
#=======================================================================
#cdromd: dev=D:, status=inserted # for win32
-#cdromd: dev=/dev/cdrom, status=inserted
+cdromd: dev=/dev/rcd0d, status=ejected
#=======================================================================
# NEWHARDDRIVESUPPORT: enabled=[0|1]
@@ -125,8 +125,8 @@
# boot: a
# boot: cdrom
#=======================================================================
-#boot: a
-boot: c
+boot: a
+#boot: c
#=======================================================================
# LOG:
|