代码搜索:zImage
找到约 461 项符合「zImage」的源代码
代码结果 461
www.eeworm.com/read/384207/8890507
txt linux kernel.txt
[回复本文] [发信给作者] [同主题阅读] [本篇作者: blueboy 本文编号: 79]
发信人: blueboy (蓝色的混混), 信区: LINUX
标 题: 浅谈Linux的内核(转)
发信站: 武汉白云黄鹤站 (Wed May 31 17:30:45 2000), 转信
Linux是由1991年Linus B. Torvalds在网络上组织人员为PC机写的第一个
www.eeworm.com/read/381530/9087154
sh upgrade_me.sh
#!/bin/sh
# this is the real upgrade shell script for the firmware
if [ -z "$OUR_LOG" ]
then
OUR_LOG=/tmp/fwupg.log
fi
echo "$0 Starting..." >> $OUR_LOG
# import some functions
. /sbin/sys_util
www.eeworm.com/read/240605/13211749
txt 新建 文本文档.txt
对于linux新手来说,编译内核相对有一些难度,甚至不知道如何入手,现在
我归纳了一下,写出这一篇还算比较详细的步骤,希望能对各位新手有一些
帮助。
1、安装内核
如果内核已经安装(/usr/src/目录有linux子目录),跳过
如果没有安装,在光驱中放入linux安装光盘,找到kernel-source-2.xx.xx.rpm文件(xx代表数字,表示内核的 ...
www.eeworm.com/read/151104/5686264
makefile
# BK Id: SCCS/s.Makefile 1.13 07/27/01 20:24:17 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot
www.eeworm.com/read/151104/5686268
makefile
# BK Id: SCCS/s.Makefile 1.9 10/15/01 10:53:29 trini
#
#
# arch/ppc/mbxboot/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" i
www.eeworm.com/read/147766/5722497
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/147766/5723186
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
@$(MAKE) -C compressed depend
@$(MAKE) -C rescue depend
clean:
www.eeworm.com/read/147766/5723513
makefile
# This is far from simple, but I couldn't think of a good name. This is
# for making the 'zImage' or 'zImage.initrd' on a number of targets.
#
# Author: Tom Rini
#
# 2001-2002 (c)
www.eeworm.com/read/136786/5863978
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
@$(MAKE) -C compressed depend
@$(MAKE) -C rescue depend
clean:
www.eeworm.com/read/136786/5864246
makefile
# BK Id: SCCS/s.Makefile 1.13 07/27/01 20:24:17 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot