bootsplash for slackware kernel-2.6.12!
http://tech.ddvip.com 2006年08月11日 社区交流
本文详细介绍bootsplash for slackware kernel-2.6.12!
下面介绍下我自己的bootsplash-for-slk-2.6.12步骤:
1.下载所需文件
内核源代码:linux-2.6.12.tar.bz2
针对linux-2.6.12内核的bootsplash补丁:bootsplash-3.1-i486-1.tgz
2.编译内核并打上bootsplash补丁
#cp linux-2.6.12.tar.bz2 bootsplash-3.1.6-2.6.12.diff /usr/src
删除旧的linux链接
#rm linux
新建linux链接
#ln -sf linux-2.6.12 linux
#cd linux
打上补丁
#patch -p1 < ../bootsplash-3.1.6-2.6.12.diff
编译新的内核
#make menuconfig下面是必选项,其余需要根据自己情况选择!
Code maturity level options --->[*] Prompt for development and/or incomplete code/drivers
Processor type and features --->[*] MTRR (Memory Type Range Register) support
Device Drivers --->
Block devices --->
<*> Loopback device support
<*> RAM disk support
(4096) Default RAM disk size
[*] Initial RAM disk (initrd) support
Graphics support --->[*] Support for frame buffer devices
[*] VESA VGA graphics support
Console display driver support --->[*] Video mode selection support
<*> Framebuffer Console support
Bootsplash configuration --->[*] Bootup splash screen
#make
#make modules_install
#cp arch/i386/boot/bzImage /boot/kernel-2.6.7
#cp System.map /boot/System.map-2.6.7
#cp .config /boot/config-2.6.7
除非你改过Makefile,去掉#export INSTALL_PATH=/boot这行的#
否则在slackware中不要用#make install来安装内核。如果是2.4.xx的内核,则下面是必选项,其余需要根据自己情况选择!
作者:zhy2111314 责编:豆豆技术应用
正在加载评论...
- Linux/Unix 新闻
- Linux/Unix 入门
- Linux/Unix 命令
- Linux/Unix 安装
- Linux 嵌入式系统
- Linux/Unix 编程
- Linux/Unix 管理
- Linux/Unix 桌面
- Linux/Unix 内核
- Linux/Unix 软件
- SCO Unix
- NetBSD
- OpenBSD
- Redhat/Fedora Linux
- 手机
- Linux/Unix find 搜索命令
- Linux/Unix vi 命令
- Linux/Unix kde 桌面环境
- Linux/Unix GNOME 桌面环境
- Linux/Unix Make 命令
- Linux/Unix crontab 命令
- Linux/Unix ext3 文件系统
- Linux/Unix 文件系统详解
- Linux/Unix ADSL 拨号设置
- Linux/Unix GRUB 配置及应用
- Linux/Unix nfs配置
- Linux/Unix 硬件信息查看及管理
- Linux/Unix 优化
- Linux/Unix 交换分区Swap管理及应用
- Linux/Unix 用户管理
- Linux/Unix Ramdisk
- Linux/Unix 密码恢复管理
- Linux/Unix 文件删除恢复
- Linux/Unix fdisk分区
- Linux/Unix lvs负载均衡管理
- Linux/Unix root用户
- Linux/Unix 集群
- Linux/Unix 日志
- 更多Linux/Unix专题……