最近想看下于渊的《一个操作系统的实现》,虚拟机新安装的Ubuntu 12.04,按照书中的说明安装Bochs,为了确保和书中保持一致,特地在Bochs官网下载的Bochs2.3.5的版本。
带调试功能的bochs安装sudo apt-get install build-essential 安装编译环境tar vxzf bochs-2.3.5cd bochs-2.3.5./configure --enable-debugger --enable-disasmmakesudo make install说明,在./configure 那步开始报错1、configure: error: C++ preprocessor "/lib/cpp" fails sanity check解决方法:To solve the error de>C++ preprocessor "/lib/cpp" fails sanity checkde> while compiling Subversion, you need to download GCC, CPP and G++ by installing the following packagesgcc cpp g++but that is for other Linux distribution system, my is Ubuntu, so we should install the needed libssudo apt-get install gcc cpp g++this will download and install the essential lib that is build related, such as gcc g++2、解决方法:配置的时候加上--with-nogui参数,./configure --with-nogui;或者apt-get install xorg-devapt-get报错的可以使用sudo aptitude install xorg-dev3、2012百度实习生招聘面试题Linux下 用 fail2ban 防止攻击相关资讯 Bochs Ubuntu Bochs
- Ubuntu 14.04 LTS 安装和配置Bochs (今 10:20)
- 在Ubuntu下用Bochs仿真freedos学习 (05/29/2014 19:53:28)
- CentOS 6.0 源码 编译 安装 Bochs (12/27/2012 12:11:05)
| - Ubuntu上使用Bochs (今 10:14)
- Bochs 2.6 发布,开源 x86 虚拟机 (03/05/2013 18:50:39)
- openSUSE 安装Bochs 2.6 (11/30/2012 10:47:58)
|
本文评论 查看全部评论 (0)