File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
megs: 32
7
7
8
8
# filename of ROM images
9
- romimage: file=/usr/share/bochs/BIOS-bochs-latest
10
- vgaromimage: file=/usr/share/vgabios/vgabios.bin
9
+ romimage: file=/usr/local/ share/bochs/BIOS-bochs-latest
10
+ vgaromimage: file=/usr/local/ share/bochs/VGABIOS-lgpl-latest
11
11
12
12
# what disk images will be used
13
13
# floppya: 1_44=a.img, status=inserted
@@ -21,4 +21,4 @@ boot: disk
21
21
mouse: enabled=0
22
22
log: bochs.log
23
23
# enable key mapping, using US layout as default.
24
- # keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map
24
+ keyboard_mapping: enabled=1, map=/usr/local /share/bochs/keymaps/x11-pc-us.map
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SECTIONS{
7
7
.rodata ALIGN (0x1000) : {
8
8
*(.rodata)
9
9
}
10
- .data ALGIN (0x1000) : {
10
+ .data ALIGN (0x1000) : {
11
11
*(.data)
12
12
}
13
13
.bss : {
You can’t perform that action at this time.
0 commit comments