Install Bochs 2.4.6 on CentOS
http://turbolinux.org/2011/05/install-bochs-2-4-6-on-centos/
阅读(482) | 评论(0) | 转发(0) |
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
1. Download
http://sourceforge.net/projects/bochs/files/bochs/2.4.6/
2. Installation
# rpm -ivh bochs-2.4.6.rpm
# cd /usr/share/bochs/dlxlinux
[root@localhost dlxlinux]# gunzip hd10meg.img
3. Configuration
First, Edit bochsrc.bxrc:
megs: 32
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000
vgaromimage: /usr/share/bochs/VGABIOS-elpin-2.40floppya: 1_44=SINIX.IMG, status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path=”80mhd.img”, mode=flat, cylinders=162, heads=16, spt=63boot: a
log: bochsout.txt
mouse: enabled=0
keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map
then, you can start debugging.
# bochs -qf bochsrc.bxrc
相关热门文章
给主人留下些什么吧!~~
评论热议