Install Bochs 2.4.6 on CentOS

1607阅读 0评论2012-03-14 ztguang
分类:LINUX



1. Download

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.40

floppya: 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=63

boot: 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


上一篇:在Redhat中搭建linux-0.11运行环境
下一篇:Centos 6.0 源码编译安装 bochs -2.5.1 成功