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
|
$NetBSD: patch-aa,v 1.5 2001/12/13 18:03:53 fredb Exp $
--- .bochsrc.orig Mon Nov 19 08:36:26 2001
+++ .bochsrc
@@ -9,10 +9,11 @@
# 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-latest, address=0xf0000
#romimage: file=bios/BIOS-bochs-2-processors, address=0xf0000
#romimage: file=bios/BIOS-bochs-4-processors, address=0xf0000
#romimage: file=bios/rombios.bin, address=0xf0000
+romimage: file=XXXPREFIXXXX/share/bochs/bios/BIOS-bochs-latest, address=0xf0000
#=======================================================================
# MEGS
@@ -33,7 +34,8 @@
# You now need to load a VGA ROM BIOS into C0000.
#=======================================================================
#vgaromimage: bios/VGABIOS-cbothamy-0.2a
-vgaromimage: bios/VGABIOS-elpin-2.40
+#vgaromimage: bios/VGABIOS-elpin-2.40
+vgaromimage: XXXPREFIXXXX/share/bochs/bios/VGABIOS-elpin-2.40
#=======================================================================
# FLOPPYA:
@@ -57,7 +59,8 @@
#floppya: file=../1.44, status=ejected
#floppya: 1_44=/dev/fd0H1440, status=ejected
#floppya: 1_2=../1_2, status=ejected
-floppya: 1_44=a.img, status=inserted
+#floppya: 1_44=a.img, status=inserted
+floppya: 1_44=/dev/rfd0a, status=inserted
#=======================================================================
# FLOPPYB:
@@ -78,7 +81,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:
@@ -109,8 +112,8 @@
# boot: c
# boot: a
#=======================================================================
-#boot: a
-boot: c
+boot: a
+#boot: c
#=======================================================================
# LOG:
|