码迷,mamicode.com
首页 > 其他好文 > 详细

centos6 安装bochs-2.6.2

时间:2019-12-20 23:48:28      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:tin   too   library   配置文件   ima   insert   enum   gtk   yum   

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-x \
  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

标签:tin   too   library   配置文件   ima   insert   enum   gtk   yum   

原文地址:https://www.cnblogs.com/kevinlights/p/12075490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!