Searched refs:bzImage (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.12.1/Documentation/admin-guide/ |
D | efi-stub.rst | 5 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 …]
|
D | README.rst | 303 image (e.g. .../linux/arch/x86/boot/bzImage after compilation) 331 The kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or 332 /boot/bzImage. To use the new kernel, save a copy of the old image and copy
|
/linux-6.12.1/arch/parisc/ |
D | Makefile | 19 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.12.1/arch/x86/boot/ |
D | Makefile | 19 targets := vmlinux.bin setup.bin setup.elf bzImage 61 $(obj)/bzImage: asflags-y := $(SVGA_MODE) 68 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE 108 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh 118 cmd_genimage = $(BASH) $(src)/genimage.sh $2 $3 $(obj)/bzImage \
|
D | .gitignore | 3 bzImage
|
/linux-6.12.1/arch/parisc/boot/ |
D | Makefile | 7 targets += bzImage 13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
|
D | .gitignore | 3 bzImage
|
/linux-6.12.1/arch/x86/ |
D | Makefile | 300 PHONY += bzImage $(BOOT_TARGETS) 303 all: bzImage 306 KBUILD_IMAGE := $(boot)/bzImage 308 bzImage: vmlinux target 314 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/ |
D | README.rst | 258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。 264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
|
/linux-6.12.1/arch/s390/ |
D | Makefile | 128 all: bzImage 131 KBUILD_IMAGE := $(boot)/bzImage 136 bzImage: vmlinux target
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/ |
D | README.rst | 261 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。 267 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
|
/linux-6.12.1/tools/testing/selftests/nolibc/ |
D | Makefile | 57 IMAGE_i386 = arch/x86/boot/bzImage 58 IMAGE_x86_64 = arch/x86/boot/bzImage 59 IMAGE_x86 = arch/x86/boot/bzImage 68 IMAGE_s390 = arch/s390/boot/bzImage
|
/linux-6.12.1/arch/s390/boot/ |
D | .gitignore | 3 bzImage
|
D | Makefile | 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 …
|
/linux-6.12.1/tools/testing/ktest/examples/include/ |
D | defaults.conf | 63 BUILD_TARGET = arch/x86/boot/bzImage
|
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-check-branches.sh | 86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
|
/linux-6.12.1/Documentation/translations/zh_CN/virt/ |
D | ne_overview.rst | 66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
|
/linux-6.12.1/kernel/ |
D | Kconfig.kexec | 82 bool "Enable bzImage signature verification support" 88 Enable bzImage signature verification support.
|
/linux-6.12.1/arch/arm/ |
D | Makefile | 289 bzImage: zImage target 294 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
|
/linux-6.12.1/arch/sh/boot/compressed/ |
D | head_32.S | 122 .byte 1 ! Load flags bzImage=1
|
/linux-6.12.1/Documentation/admin-guide/kdump/ |
D | kdump.rst | 349 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz 354 - Use bzImage/vmlinuz if kernel is relocatable. 363 - Use image or bzImage 380 If you are using a compressed bzImage/vmlinuz, then use following command 383 kexec -p <dump-capture-kernel-bzImage> \ 390 kexec --type zImage -p <dump-capture-kernel-bzImage> \
|
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 109 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.12.1/Documentation/filesystems/smb/ |
D | cifsroot.rst | 101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
|
/linux-6.12.1/Documentation/ |
D | dontdiff | 101 bzImage*
|
/linux-6.12.1/Documentation/arch/x86/ |
D | boot.rst | 20 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 1196 0x100000 for bzImage kernels. 1198 The kernel is a bzImage kernel if the protocol >= 2.00 and the 0x01 1207 0x90000. bzImage kernels allow much more flexibility.
|
12