Skip to content

Commit 409c590

Browse files
committed
fix linker.ld
1 parent d0f157d commit 409c590

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bochsrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
megs: 32
77

88
# 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
1111

1212
# what disk images will be used
1313
# floppya: 1_44=a.img, status=inserted
@@ -21,4 +21,4 @@ boot: disk
2121
mouse: enabled=0
2222
log: bochs.log
2323
# 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

disk.img

0 Bytes
Binary file not shown.

linker.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SECTIONS{
77
.rodata ALIGN (0x1000) : {
88
*(.rodata)
99
}
10-
.data ALGIN (0x1000) : {
10+
.data ALIGN (0x1000) : {
1111
*(.data)
1212
}
1313
.bss : {

0 commit comments

Comments
 (0)