代码搜索:zImage

找到约 461 项符合「zImage」的源代码

代码结果 461
www.eeworm.com/read/252270/12290535

txt 编译内核的步骤(转).txt

作者:L772 email: L772@263.net 日期:9/5/2001 9:26:42 AM 编译内核的步骤(转) 第一步:在任何一个子目录下 untar 解开新的内核源程序。 tar xvfz linux-x.x.xx 第二步:rm /usr/src/linux 这通常是一个符号连接。第三步:在 /usr/src/ 下建立一个符号连接到你的新内核目录。 ln -s xxx/
www.eeworm.com/read/128686/14281865

htm 069.htm

-->Linux HowTo 中译版-->Kernel HOWTO 中译版 : 编译核心
www.eeworm.com/read/114188/15072796

htm 00000053.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: fkbch (无灵子@笨愚斋), 信区: Linux        
www.eeworm.com/read/114188/15072929

htm 00000056.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: suzhe (I Love Linux), 信区: Linux     &n
www.eeworm.com/read/114188/15072971

htm 00000057.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: linuxrat (叫我老鼠错不了), 信区: Linux       &n
www.eeworm.com/read/161121/5556916

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/161121/5557592

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/152843/5656052

makefile

# # arch/sh/boot/Makefile # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. #
www.eeworm.com/read/152843/5657105

makefile

# # arch/arm/boot/Makefile # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. #
www.eeworm.com/read/152843/5658359

readme

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary: objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz objcopy -j .kernel:System.map -O binary zImage System.map.