代码搜索:zImage
找到约 461 项符合「zImage」的源代码
代码结果 461
www.eeworm.com/read/368386/2816258
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/350657/3120211
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/264095/4293888
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/386806/8724452
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/ba
www.eeworm.com/read/383713/8923739
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/ba
www.eeworm.com/read/379711/9181301
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/ba
www.eeworm.com/read/163079/10175309
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/ba
www.eeworm.com/read/352754/10514982
makefile
VERSION = 1
PATCHLEVEL = 0
ALPHA =
all: Version zImage
.EXPORT_ALL_VARIABLES:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/ba
www.eeworm.com/read/147766/5723530
c mktree.c
/*
* Makes a tree bootable image for IBM Evaluation boards.
* Basically, just take a zImage, skip the ELF header, and stuff
* a 32 byte header on the front.
*
* We use htonl, which is a network m
www.eeworm.com/read/128531/5986221
c mktree.c
/*
* Makes a tree bootable image for IBM Evaluation boards.
* Basically, just take a zImage, skip the ELF header, and stuff
* a 32 byte header on the front.
*
* We use htonl, which is a network m