Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/
H A 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/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage
154 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
157 all: bzImage
162 bzImage: vmlinux target
165 vmlinuz: bzImage
166 $(OBJCOPY) $(boot)/bzImage $@
/linux/arch/x86/boot/
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
59 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
64 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin FORCE
104 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
114 cmd_genimage = $(BASH) $(src)/genimage.sh $2 $3 $(obj)/bzImage \
/linux/arch/parisc/boot/
H A DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
H A D.gitignore3 bzImage
/linux/arch/s390/
H A DMakefile127 all: bzImage
130 KBUILD_IMAGE := $(boot)/bzImage
135 bzImage: vmlinux target
/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst261 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。
267 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。
264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc70 IMAGE_i386 = arch/x86/boot/bzImage
71 IMAGE_x86_64 = arch/x86/boot/bzImage
72 IMAGE_x32 = arch/x86/boot/bzImage
73 IMAGE_x86 = arch/x86/boot/bzImage
89 IMAGE_s390x = arch/s390/boot/bzImage
/linux/tools/testing/ktest/examples/include/
H A Ddefaults.conf63 BUILD_TARGET = arch/x86/boot/bzImage
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
H A Dkvm-series.sh153 rm -f ${DS}/${resultsdir}/{vmlinux,bzImage,System.map,Module.symvers}
H A Dkvm-test-1-run.sh76 if test "$base_resdir" != "$resdir" && (test -f $base_resdir/bzImage || test -f $base_resdir/Image) && test -f $base_resdir/vmlinux
/linux/Documentation/translations/zh_CN/virt/
H A Dne_overview.rst66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
/linux/Documentation/dev-tools/
H A Dcontainer.rst194 To build just ``bzImage`` using Clang::
196 scripts/container -i kernel.org/clang -- make bzImage -j$(nproc)
200 scripts/container -i kernel.org/gcc:15 -- make bzImage -j$(nproc)
/linux/arch/sh/boot/compressed/
H A Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/linux/kernel/
H A DKconfig.kexec81 bool "Enable bzImage signature verification support"
87 Enable bzImage signature verification support.
/linux/tools/testing/selftests/wireguard/qemu/
H A 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/Documentation/filesystems/smb/
H A Dcifsroot.rst101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
/linux/Documentation/arch/x86/
H A 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
1191 0x100000 for bzImage kernels.
1193 The kernel is a bzImage kernel if the protocol >= 2.00 and the 0x01
1203 bzImage kernels allow much more flexibility.
/linux/Documentation/admin-guide/mm/
H A Dkho.rst46 # kexec -l /path/to/bzImage --initrd /path/to/initrd -s
/linux/Documentation/virt/
H A Dne_overview.rst69 The kernel bzImage, the kernel command line, the ramdisk(s) are part of the
/linux/Documentation/bpf/
H A Ds390.rst120 make ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- bzImage modules scripts_gdb
/linux/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst342 image=/boot/bzImage-2.3.48
/linux/tools/perf/Documentation/
H A Dperf-stat.txt270 …0 --null --sync --pre 'make -s O=defconfig-build/clean' \-- make -s -j64 O=defconfig-build/ bzImage