Home
last modified time | relevance | path

Searched refs:bzImage (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.6.21/Documentation/admin-guide/
Defi-stub.rst5 On the x86 and ARM platforms, a kernel zImage/bzImage can masquerade
7 it as an EFI executable. The code that modifies the bzImage header,
29 How to install bzImage.efi
32 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI
35 not possible to execute bzImage.efi from the usual Linux file systems
45 Arguments to the kernel can be passed after bzImage.efi, e.g.::
47 fs0:> bzImage.efi console=ttyS0 root=/dev/sda4
65 bzImage.efi
75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
77 Notice how bzImage.efi can be specified with a relative path. That's
[all …]
/linux-6.6.21/arch/parisc/
DMakefile19 KBUILD_IMAGE := $(boot)/bzImage
152 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
155 all: bzImage
160 bzImage: vmlinux target
163 vmlinuz: bzImage
164 $(OBJCOPY) $(boot)/bzImage $@
/linux-6.6.21/arch/x86/boot/
DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
75 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
82 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
122 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
132 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
D.gitignore3 bzImage
/linux-6.6.21/arch/parisc/boot/
DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
D.gitignore3 bzImage
/linux-6.6.21/arch/x86/
DMakefile271 PHONY += bzImage $(BOOT_TARGETS)
274 all: bzImage
277 KBUILD_IMAGE := $(boot)/bzImage
279 bzImage: vmlinux target
285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-6.6.21/tools/testing/selftests/nolibc/
DMakefile43 IMAGE_i386 = arch/x86/boot/bzImage
44 IMAGE_x86_64 = arch/x86/boot/bzImage
45 IMAGE_x86 = arch/x86/boot/bzImage
53 IMAGE_s390 = arch/s390/boot/bzImage
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/
DREADME.rst258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。
264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
/linux-6.6.21/arch/s390/
DMakefile127 all: bzImage
130 KBUILD_IMAGE := $(boot)/bzImage
135 bzImage: vmlinux target
/linux-6.6.21/Documentation/translations/zh_TW/admin-guide/
DREADME.rst262 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。
268 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
/linux-6.6.21/arch/s390/boot/
D.gitignore3 bzImage
DMakefile47 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 …
/linux-6.6.21/tools/testing/ktest/examples/include/
Ddefaults.conf63 BUILD_TARGET = arch/x86/boot/bzImage
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/
Dkvm-check-branches.sh86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
/linux-6.6.21/Documentation/translations/zh_CN/virt/
Dne_overview.rst66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
/linux-6.6.21/kernel/
DKconfig.kexec80 bool "Enable bzImage signature verification support"
86 Enable bzImage signature verification support.
/linux-6.6.21/arch/sh/boot/compressed/
Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/linux-6.6.21/arch/arm/
DMakefile289 bzImage: zImage target
294 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
/linux-6.6.21/drivers/gpu/drm/ci/
Dtest.yml327 - mv install/bzImage /lava-files/bzImage
Dbuild.yml39 KERNEL_IMAGE_NAME: "bzImage"
/linux-6.6.21/Documentation/admin-guide/kdump/
Dkdump.rst374 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz
379 - Use bzImage/vmlinuz if kernel is relocatable.
392 - Use image or bzImage
409 If you are using a compressed bzImage/vmlinuz, then use following command
412 kexec -p <dump-capture-kernel-bzImage> \
419 kexec --type zImage -p <dump-capture-kernel-bzImage> \
/linux-6.6.21/tools/testing/selftests/wireguard/qemu/
DMakefile109 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage
120 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage
243 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/s390/boot/bzImage
/linux-6.6.21/Documentation/
Ddontdiff101 bzImage*
/linux-6.6.21/Documentation/filesystems/smb/
Dcifsroot.rst101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \

12