Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6507814
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: LINUX

2012-10-27 10:37:17

###############################################################
# Configuration file for Bochs
###############################################################

# how much memory the emulated machine will have
megs: 32

# filename of ROM images
romimage: file=/usr/local/share/bochs/BIOS-bochs-latest
vgaromimage: file=/usr/local/share/bochs/VGABIOS-lgpl-latest

# what disk images will be used
#floppya: 1_44=/root/bootroot-0.11, status=inserted
#floppya: 1_44=bootimage-0.11-20040305, status=inserted
#floppyb: 1_44=rootimage-0.11-20040305, status=inserted

floppya: 1_44=linux/Image, status=inserted
floppyb: 1_44=rootimage-0.11-20040305, status=inserted

# choose the boot disk.
boot: a

# cpu: count=1, ips=50000000

# where do we send log messages?
log: bochsout.txt

# disable the mouse
mouse: enabled=0

# enable key mapping, using US layout as default.
keyboard_mapping: enabled=1, map=/usr/local/share/bochs/keymaps/x11-pc-us.map

#enabled debug using xchg bx, bx

#magic_break:enabled=1

阅读(3581) | 评论(0) | 转发(8) |
给主人留下些什么吧!~~