| /linux/Documentation/admin-guide/ |
| H A 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 …]
|
| /linux/arch/parisc/ |
| H A D | Makefile | 19 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 D | Makefile | 19 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 D | Makefile | 7 targets += bzImage 13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
|
| H A D | .gitignore | 3 bzImage
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。 264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.nolibc | 70 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 D | defaults.conf | 63 BUILD_TARGET = arch/x86/boot/bzImage
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-check-branches.sh | |
| H A D | kvm-series.sh | 153 rm -f ${DS}/${resultsdir}/{vmlinux,bzImage,System.map,Module.symvers}
|
| H A D | kvm-test-1-run.sh | 76 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 D | ne_overview.rst | 66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
|
| /linux/arch/sh/boot/compressed/ |
| H A D | head_32.S | 122 .byte 1 ! Load flags bzImage=1
|
| /linux/Documentation/dev-tools/ |
| H A D | container.rst | 194 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/kernel/ |
| H A D | Kconfig.kexec | 81 bool "Enable bzImage signature verification support" 87 Enable bzImage signature verification support.
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A 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/Documentation/filesystems/smb/ |
| H A D | cifsroot.rst | 101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
|
| /linux/Documentation/arch/x86/ |
| H A 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 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/virt/ |
| H A D | ne_overview.rst | 69 The kernel bzImage, the kernel command line, the ramdisk(s) are part of the
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 120 make ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- bzImage modules scripts_gdb
|
| /linux/arch/x86/ |
| H A D | Kconfig | 1943 This kernel feature allows a bzImage to be loaded directly 2038 If the kernel is not relocatable (CONFIG_RELOCATABLE=n) then bzImage 2040 Otherwise, bzImage will run from the address where it has been loaded 2045 as now bzImage can be compiled as a completely relocatable image 2048 to use a bzImage for capturing the crash dump and want to use a 2053 So if you are using bzImage for capturing the crash dump, 2063 Usage of bzImage for capturing the crash dump is recommended as 2066 gone away after relocatable bzImage support is introduced. But it
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 342 image=/boot/bzImage-2.3.48
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 270 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' \-- make -s -j64 O=defconfig-build/ bzImage
|