centos6 安装bochs-2.6.2

Posted kevinlights

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6 安装bochs-2.6.2相关的知识,希望对你有一定的参考价值。

1.环境

centos6 

bochs-2.6.2

 2.安装依赖

  1. yum groupinstall -"Server Platform Development" "Development Tools"
  2. yum install kernel-headers kernel-devel qt-devel gtk2-devel textinfo tcl-devel tk-devel

 3.下载源码并安装

可去sourceforge上面下载源码包

http://bochs.sourceforge.net

https://sourceforge.net/projects/bochs/files/bochs/2.6.2/

 

  1. tar xvfz bochs-2.6.2.tar.gz
  2.  
  3. cd bochs-2.6.2
  4.  
  5. ./configure 
  6. --prefix=/home/guang/soft/bochs-2.6.2 
  7. --enable-debugger 
  8. --enable-disasm 
  9. --enable-iodebug 
  10. --enable-x86-debugger 
  11. --with-
  12. --with-x11
  13.  
  14. make
  15.  
  16. make install
  17.  
  18. cd =/home/guang/soft/bochs-2.6.2/bin/
  19.  
  20. vi bochsrc.txt

 4、测试启动

添加配置文件

  1. floppya: 1_44="imagefile.img", status=inserted #Use FLoppy Disk A
  2.  
  3. boot: floppy
  4.  
  5. display_library: x, options="gui_debug"
  6.  
  7. #display_library:sdl

 启动

  1. ./bochs

以上是关于centos6 安装bochs-2.6.2的主要内容,如果未能解决你的问题,请参考以下文章

bochs helloworld程序

虚拟机安装(Cent OS)

bochs 使用讲解

Mac上VMWare Fusion配置多台cent os

Cent os6.5 安装python3.2

centos6.5安装python3