Searched refs:bzImage (Results 1 – 25 of 39) 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 $@
19 targets := vmlinux.bin setup.bin setup.elf bzImage61 $(obj)/bzImage: asflags-y := $(SVGA_MODE)68 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE108 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh118 cmd_genimage = $(BASH) $(src)/genimage.sh $2 $3 $(obj)/bzImage \
3 bzImage
7 targets += bzImage13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
300 PHONY += bzImage $(BOOT_TARGETS)303 all: bzImage306 KBUILD_IMAGE := $(boot)/bzImage308 bzImage: vmlinux target314 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
128 all: bzImage131 KBUILD_IMAGE := $(boot)/bzImage136 bzImage: vmlinux target
258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
261 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。267 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
57 IMAGE_i386 = arch/x86/boot/bzImage58 IMAGE_x86_64 = arch/x86/boot/bzImage59 IMAGE_x86 = arch/x86/boot/bzImage68 IMAGE_s390 = arch/s390/boot/bzImage
37 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)61 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …
430 - mv install/bzImage /lava-files/bzImage452 - mv install/bzImage /lava-files/bzImage
40 KERNEL_IMAGE_NAME: "bzImage"
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)的一部分;另外
82 bool "Enable bzImage signature verification support"88 Enable bzImage signature verification support.
122 .byte 1 ! Load flags bzImage=1
289 bzImage: zImage target294 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
349 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz354 - Use bzImage/vmlinuz if kernel is relocatable.363 - Use image or bzImage380 If you are using a compressed bzImage/vmlinuz, then use following command383 kexec -p <dump-capture-kernel-bzImage> \390 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 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
101 bzImage*
Completed in 36 milliseconds