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
67
|
$NetBSD: patch-aa,v 1.10 2005/11/26 06:15:00 ben Exp $
--- .bochsrc.orig 2005-07-06 12:59:47.000000000 -0700
+++ .bochsrc
@@ -70,10 +70,10 @@
# You can also use the environment variable $BXSHARE to specify the
# location of the BIOS.
#=======================================================================
-romimage: file=$BXSHARE/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-bochs-latest, address=0xf0000
+#romimage: file=XXXPREFIXXXX/share/bochs/BIOS-bochs-2-processors, address=0xf0000
+#romimage: file=XXXPREFIXXXX/share/bochs/BIOS-bochs-4-processors, address=0xf0000
+#romimage: file=XXXPREFIXXXX/share/bochs/rombios.bin, address=0xf0000
#=======================================================================
# MEGS
@@ -108,9 +108,9 @@ megs: 32
# VGAROMIMAGE
# You now need to load a VGA ROM BIOS into C0000.
#=======================================================================
-#vgaromimage: file=bios/VGABIOS-elpin-2.40
-vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
-#vgaromimage: file=bios/VGABIOS-lgpl-latest-cirrus
+#vgaromimage: file=XXXPREFIXXXX/share/bochs/VGABIOS-elpin-2.40
+vgaromimage: file=XXXPREFIXXXX/share/bochs/VGABIOS-lgpl-latest
+#vgaromimage: file=XXXPREFIXXXX/share/bochs/VGABIOS-lgpl-latest-cirrus
#=======================================================================
# VGA:
@@ -143,13 +143,13 @@ vga: extension=vbe
# such as a: or b: as the path. The parameter 'image' works with image files
# only. In that case the size must match one of the supported types.
#=======================================================================
-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
-#floppya: 1_44=/dev/rfd0a, status=inserted
+floppya: 1_44=/dev/rfd0a, status=inserted
#=======================================================================
# FLOPPYB:
@@ -227,7 +227,7 @@ ata3: enabled=0, ioaddr1=0x168, ioaddr2=
# ata3-master: type=disk, mode=flat, path=483M.sample, cylinders=1024, heads=15, spt=63
# ata3-slave: type=cdrom, path=iso.sample, status=inserted
#=======================================================================
-ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17
+#ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17
#ata0-slave: type=cdrom, path=D:, status=inserted
#ata0-slave: type=cdrom, path=/dev/cdrom, status=inserted
#ata0-slave: type=cdrom, path="drive", status=inserted
@@ -247,7 +247,8 @@ ata0-master: type=disk, mode=flat, path=
# boot: cdrom, floppy, disk
#=======================================================================
#boot: floppy
-boot: disk
+#boot: disk
+boot: a
#=======================================================================
# IPS:
|