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
|
$NetBSD: patch-aa,v 1.3 2000/01/31 21:18:44 drochner Exp $
--- .bochsrc.orig Tue Nov 2 02:17:08 1999
+++ .bochsrc Sat Jan 29 21:43:48 2000
@@ -2,8 +2,8 @@
megs: 32
#megs: 16
#megs: 8
-boot: c
-vgaromimage: bios/VGABIOS-elpin-2.20
+boot: a
+vgaromimage: XXXPREFIXXXX/share/bochs/bios/VGABIOS-elpin-2.20
# You many now use double quotes around pathnames, in case
# your pathname includes spaces.
@@ -33,7 +33,7 @@
#diskc: file=../528M, cyl=1024, heads=16, spt=63
#diskc: file=../62M.980115, cyl=940, heads=8, spt=17
-diskc: file="../10M.vga", cyl=306, heads=4, spt=17
+#diskc: file="../10M.vga", cyl=306, heads=4, spt=17
#diskc: file=../10M.dos622, cyl=306, heads=4, spt=17
#diskc: file=../30M.freebsd, cyl=615, heads=6, spt=17
#diskc: file=../126M.freeBSD_2.2.8, cyl=256, heads=16, spt=63
@@ -58,7 +58,9 @@
#floppya: 1_44=../1.44.freebsd, status=inserted
#floppya: 720k=../720k.dos33, status=inserted
-floppya: 1_44=../1.44a, status=inserted
+floppya: 1_44=/dev/rfd0a, status=inserted
+
+#floppya: 1_44=../1.44a, status=inserted
#floppyb: 1_44=../1.44b, status=inserted
#floppya: 1_44=/dev/fd0, status=inserted
#floppyb: 1_44=../1.44b, status=inserted
@@ -68,7 +70,7 @@
#floppya: 1_2=../1.2
#floppyb: 1_44=../1.680
-romimage: file=bios/BIOS-bochs-990925a, address=0xf0000
+romimage: file=XXXPREFIXXXX/share/bochs/bios/BIOS-bochs-990925a, address=0xf0000
#romimage: file=bios/rombios.bin, address=0xf0000
#romimage: file=../cbios961203
|