Searched refs:bzImage (Results 1 – 25 of 38) sorted by relevance
12
5 On the x86 and ARM platforms, a kernel zImage/bzImage can masquerade7 it as an EFI executable. The code that modifies the bzImage header,29 How to install bzImage.efi32 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI35 not possible to execute bzImage.efi from the usual Linux file systems45 Arguments to the kernel can be passed after bzImage.efi, e.g.::47 fs0:> bzImage.efi console=ttyS0 root=/dev/sda465 bzImage.efi75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img77 Notice how bzImage.efi can be specified with a relative path. That's[all …]
19 KBUILD_IMAGE := $(boot)/bzImage152 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)155 all: bzImage160 bzImage: vmlinux target163 vmlinuz: bzImage164 $(OBJCOPY) $(boot)/bzImage $@
32 targets := vmlinux.bin setup.bin setup.elf bzImage75 $(obj)/bzImage: asflags-y := $(SVGA_MODE)82 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE122 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh132 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
3 bzImage
7 targets += bzImage13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
271 PHONY += bzImage $(BOOT_TARGETS)274 all: bzImage277 KBUILD_IMAGE := $(boot)/bzImage279 bzImage: vmlinux target285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
43 IMAGE_i386 = arch/x86/boot/bzImage44 IMAGE_x86_64 = arch/x86/boot/bzImage45 IMAGE_x86 = arch/x86/boot/bzImage53 IMAGE_s390 = arch/s390/boot/bzImage
258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
127 all: bzImage130 KBUILD_IMAGE := $(boot)/bzImage135 bzImage: vmlinux target
262 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。268 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)70 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …
63 BUILD_TARGET = arch/x86/boot/bzImage
86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
80 bool "Enable bzImage signature verification support"86 Enable bzImage signature verification support.
122 .byte 1 ! Load flags bzImage=1
289 bzImage: zImage target294 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
327 - mv install/bzImage /lava-files/bzImage
39 KERNEL_IMAGE_NAME: "bzImage"
374 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz379 - Use bzImage/vmlinuz if kernel is relocatable.392 - Use image or bzImage409 If you are using a compressed bzImage/vmlinuz, then use following command412 kexec -p <dump-capture-kernel-bzImage> \419 kexec --type zImage -p <dump-capture-kernel-bzImage> \
109 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage120 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage243 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/s390/boot/bzImage
101 bzImage*
101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \