大运天成赖搏击

进步最重要

导航

2012年3月31日 #

Ubuntu10.04搭建linux-0.11编译环境(2.bochs编译)

摘要: ubuntu10.04上自带的bochs不能调试,需要自行编译带有调试功能的bochs.1.源码bochs-2.4.6.tar.gz2.安装依赖库sudo apt-get install build-essential xorg xorg-dev gnome-core-devel3.编译bochs./configure --enable-debugger --enable-disasmmake -j5sudo make install4. bochs需要的所有东西都具有了,可以删除掉从包安装的bochssudo apt-get remove bochs bochsbiso bochs-doc5 阅读全文

posted @ 2012-03-31 14:07 linucos 阅读(538) 评论(0) 推荐(0)

Ubuntu10.04制作官方源镜像以及搭建本地源

摘要: 不能上网、网速慢、共享等等需求,使我们不能或者不想使Ubuntu10.04在线安装软件包,而是需要一个本地的更新源。通过apt-mirror工具,我们可以轻松制作官方源的本地镜像,通过本地镜像,我们可以本地安装更新软件.1. 安装apt-mirror工具sudo apt-get install apt-mirror或者下载源码编译,不过推荐apt安装.方法自行摸索.2. 配置apt-mirror工具gksu gedit /etc/apt/mirrors.list清除原有内容,没关系,输入以下内容:set nthreads 20set _tilde 0############## end con 阅读全文

posted @ 2012-03-31 11:32 linucos 阅读(2230) 评论(0) 推荐(0)