博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Make your own mini Linux OS
阅读量:5156 次
发布时间:2019-06-13

本文共 766 字,大约阅读时间需要 2 分钟。

Please follow the steps:

1,wget 

2,  tar jxvf  linux-2.6.24.4.tar.bz2

3 dowload the file: myOS.tar.gz

 

4, specify the Makefile variables

      KERNEL_DIR      CONFI_FILE      LIB_INSTALL

5, Description:

   KERNEL_DIR : kernel file directory

   CONFI_FILE : linux  config file, you could use the default .config file (linux-2.6.24.4/arch/x86/configs/i386_defconfig)

   LIB_INSTALL: copy some necessary libaries from your compiling linux machine

   system : some necessary libaries and bin files including busybox to build a shell environment

6, cd iso and make

7, install the ISO 

8, logon your new OS and set network environment

     run the ./probemod.sh to load some drivers

     ifconfig eth0 ip1 netmask netmask1

     route add default gw gw1

转载于:https://www.cnblogs.com/teckhome/archive/2011/09/02/4275679.html

你可能感兴趣的文章
B/S和C/S架构的区别
查看>>
[Java] Java record
查看>>
jQuery - 控制元素显示、隐藏、切换、滑动的方法
查看>>
postgresql学习文档
查看>>
Struts2返回JSON数据的具体应用范例
查看>>
js深度克隆对象、数组
查看>>
socket阻塞与非阻塞,同步与异步
查看>>
团队工作第二天
查看>>
System类
查看>>
tableView
查看>>
Happy Great BG-卡精度
查看>>
Xamarin Visual Studio不识别JDK路径
查看>>
菜鸟“抄程序”之道
查看>>
Ubuntu下关闭防火墙
查看>>
TCP/IP 邮件的原理
查看>>
w3m常用快捷键
查看>>
【Unity 3D】学习笔记四十一:关节
查看>>
原型设计工具
查看>>
windows下的C++ socket服务器(4)
查看>>
css3 2d转换3d转换以及动画的知识点汇总
查看>>