Home
last modified time | relevance | path

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

12

/linux-6.1.9/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 …]
DREADME.rst301 image (e.g. .../linux/arch/x86/boot/bzImage after compilation)
309 kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or
310 /boot/bzImage. To use the new kernel, save a copy of the old image
/linux-6.1.9/arch/parisc/
DMakefile19 KBUILD_IMAGE := $(boot)/bzImage
150 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
153 all: bzImage
158 bzImage: vmlinux target
161 vmlinuz: bzImage
162 $(OBJCOPY) $(boot)/bzImage $@
/linux-6.1.9/arch/x86/boot/
DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
77 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
84 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
124 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
134 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
D.gitignore3 bzImage
/linux-6.1.9/arch/parisc/boot/
DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
D.gitignore3 bzImage
/linux-6.1.9/arch/x86/
DMakefile265 PHONY += bzImage $(BOOT_TARGETS)
268 all: bzImage
271 KBUILD_IMAGE := $(boot)/bzImage
273 bzImage: vmlinux target
279 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-6.1.9/arch/s390/
DMakefile127 all: bzImage
130 KBUILD_IMAGE := $(boot)/bzImage
135 bzImage: vmlinux target
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
DREADME.rst258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。
264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/
DREADME.rst262 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。
268 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
/linux-6.1.9/arch/s390/boot/
D.gitignore3 bzImage
DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
68 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …
/linux-6.1.9/tools/testing/selftests/nolibc/
DMakefile16 IMAGE_i386 = arch/x86/boot/bzImage
17 IMAGE_x86 = arch/x86/boot/bzImage
/linux-6.1.9/tools/testing/ktest/examples/include/
Ddefaults.conf63 BUILD_TARGET = arch/x86/boot/bzImage
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm-check-branches.sh86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
Dkvm-test-1-run.sh75 if test "$base_resdir" != "$resdir" && test -f $base_resdir/bzImage && test -f $base_resdir/vmlinux
/linux-6.1.9/Documentation/translations/zh_CN/virt/
Dne_overview.rst66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
/linux-6.1.9/arch/arm/
DMakefile286 bzImage: zImage target
291 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
/linux-6.1.9/arch/sh/boot/compressed/
Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/linux-6.1.9/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.1.9/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.1.9/Documentation/
Ddontdiff102 bzImage*
/linux-6.1.9/Documentation/filesystems/cifs/
Dcifsroot.rst101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
/linux-6.1.9/Documentation/x86/
Dboot.rst20 Protocol 2.00 (Kernel 1.3.73) Added bzImage and initrd support, as
65 to struct boot_params for loading bzImage and ramdisk
120 When using bzImage, the protected-mode kernel was relocated to
138 zImage or old bzImage kernels, which need data written into the
142 For a modern bzImage kernel with boot protocol version >= 2.02, a
236 field are unusable, which means the size of a bzImage kernel
1194 0x100000 for bzImage kernels.
1196 The kernel is a bzImage kernel if the protocol >= 2.00 and the 0x01
1205 0x90000. bzImage kernels allow much more flexibility.

12