代码搜索:zImage

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

代码结果 461
www.eeworm.com/read/152843/5657846

s kernel.s

.globl kernel_start kernel_start: .incbin "arch/arm/boot/zImage" .globl kernel_end kernel_end: .align 2
www.eeworm.com/read/152843/5659743

makefile

# # arch/cris/arch-v32/boot/Makefile # target = $(target_boot_dir) src = $(src_boot_dir) zImage: compressed/vmlinuz compressed/vmlinuz: $(objtree)/vmlinux @$(MAKE) -f $(src)/compressed/Makefile
www.eeworm.com/read/144041/12821432

txt 从dos系统引导linux系统.txt

Linux操作系统诞生很早,但近几年来广为流行,为人所知。它已从一个研究性系统,发展到一个易掌握的应用型系统。Linux的开放的特性和自由软件精神越来越被用户所喜爱。这种操作系统带来了计算机操作系统的革命,它有可能在今后击败Windows操作系统。 LINUX操作系统不仅能用LILO引导程序引导启动直接进入,还能从DOS操作系统中间接引导启动进入。Linux操作系统从DOS引导的好处是:1. 在使 ...
www.eeworm.com/read/151104/5686221

makefile

# # linux/arch/i386/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # HEAD = head.o SYSTEM = $(TOPDIR)/vmlinux OBJECTS = $(HEAD) misc.o ZLDFLAGS = -e startu
www.eeworm.com/read/151104/5686262

makefile

# # Makefile for some libs needed by zImage. # L_TARGET := zlib.a obj-y := zlib.o include $(TOPDIR)/Rules.make
www.eeworm.com/read/151104/5686314

makefile

# BK Id: SCCS/s.Makefile 1.16 09/28/01 07:39:37 trini # # Makefile for making XCOFF bootable images for booting on PowerMacs # using Open Firmware. # # Paul Mackerras January 1997 # # Cleaned up, move
www.eeworm.com/read/147766/5722924

makefile

# # linux/arch/i386/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # HEAD = head.o SYSTEM = $(TOPDIR)/vmlinux OBJECTS = $(HEAD) misc.o ZLDFLAGS = -e startu
www.eeworm.com/read/136786/5862897

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/136786/5863724

makefile

# # linux/arch/i386/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # HEAD = head.o SYSTEM = $(TOPDIR)/vmlinux OBJECTS = $(HEAD) misc.o ZLDFLAGS = -e startu
www.eeworm.com/read/136786/5864244

makefile

# # Makefile for some libs needed by zImage. # L_TARGET := zlib.a obj-y := zlib.o include $(TOPDIR)/Rules.make