Install Bochs 2.4.6 on CentOS

http://turbolinux.org/2011/05/install-bochs-2-4-6-on-centos/

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


阅读(482) | 评论(0) | 转发(0) |
0

上一篇:在Redhat中搭建linux-0.11运行环境

下一篇:Centos 6.0 源码编译安装 bochs -2.5.1 有调试功能

相关热门文章
  • linux 常见服务端口
  • xmanager 2.0 for linux配置
  • 【ROOTFS搭建】busybox的httpd...
  • openwrt中luci学习笔记
  • 什么是shell
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
评论热议

你可能感兴趣的:(Linux内核/操作系统原理)