浏览代码

Current bochs has a 128kB BIOS, not 64kB

tags/v0.9.3
Michael Brown 17 年前
父节点
当前提交
82a873546a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      contrib/bochs/bochsrc.txt

+ 1
- 1
contrib/bochs/bochsrc.txt 查看文件

@@ -74,7 +74,7 @@
74 74
 # now supported, but we still recommend to use the BIOS distributed with
75 75
 # Bochs. Now the start address can be calculated from image size.
76 76
 #=======================================================================
77
-romimage: file=bochs/bios/BIOS-bochs-latest, address=0xf0000
77
+romimage: file=bochs/bios/BIOS-bochs-latest, address=0xe0000
78 78
 #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top
79 79
 #romimage: file=mybios.bin # calculate start address from image size
80 80
 

正在加载...
取消
保存