Chinaunix
标题:
更改linux2.4内核开机画面
[打印本页]
作者:
peeweek
时间:
2009-12-30 17:31
标题:
更改linux2.4内核开机画面
1) 首先下载linux progres
1) 首先下载linux progress project软件包lpp-0.4.2.tar.gz,解压,在contrib的boot_logo目录中运行make,生成boot_logo工具;
2) 将要在启动时显示的图片(例如:leo.bmp)用GIMP打开,另存为leo2.pcx格式文件;
3) 运行#convert -colors 214 -dither -resize 640x480 leo2.pcx logo.pcx生成214色,640x480的pcx文件;
4) 运行./boot_logo logo.pcx linux_logo.h生成linux_logo文件,将它拷贝到/include/linux/目录下,
5) 修改drivers/video/fbcon.c为
#define LOGO_H 480
#define LOGO_W 640
本文来自ChinaUnix博客,如果查看原文请点:
http://blog.chinaunix.net/u3/96685/showart_2135725.html
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2