/linux-3.4.99/arch/x86/boot/ |
D | Makefile | 19 targets := vmlinux.bin setup.bin setup.elf bzImage 70 $(obj)/bzImage: asflags-y := $(SVGA_MODE) 75 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE 131 bzdisk: $(obj)/bzImage $(obj)/mtools.conf 139 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage a:linux ; sync 142 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf 151 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage v:linux ; sync 153 fdimage288: $(obj)/bzImage $(obj)/mtools.conf 162 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage w:linux ; sync 164 isoimage: $(obj)/bzImage [all …]
|
D | .gitignore | 2 bzImage
|
D | header.S | 172 # The size of the bzImage is written in tools/build.c
|
/linux-3.4.99/arch/s390/boot/ |
D | Makefile | 12 targets += bzImage 18 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
|
/linux-3.4.99/arch/x86/ |
D | Makefile | 178 PHONY += bzImage $(BOOT_TARGETS) 181 all: bzImage 184 KBUILD_IMAGE := $(boot)/bzImage 186 bzImage: vmlinux target 192 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
|
D | Kconfig | 1501 This kernel feature allows a bzImage to be loaded directly 1583 bzImage will decompress itself to above physical address and 1584 run from there. Otherwise, bzImage will run from the address where 1589 as now bzImage can be compiled as a completely relocatable image 1592 to use a bzImage for capturing the crash dump and want to use a 1597 So if you are using bzImage for capturing the crash dump, 1607 Usage of bzImage for capturing the crash dump is recommended as 1610 gone away after relocatable bzImage support is introduced. But it
|
D | Kconfig.debug | 30 (e.g. bzImage) of the boot. If you disable this you will still
|
/linux-3.4.99/arch/s390/ |
D | Makefile | 107 all: image bzImage 112 image bzImage: vmlinux target
|
/linux-3.4.99/arch/frv/boot/ |
D | Makefile | 40 bzImage: zImage target
|
/linux-3.4.99/arch/h8300/boot/compressed/ |
D | head.S | 43 .byte 1 ; Load flags bzImage=1
|
/linux-3.4.99/arch/xtensa/ |
D | Makefile | 88 bzImage : zImage target
|
/linux-3.4.99/arch/parisc/ |
D | Makefile | 110 Image zImage bzImage: vmlinux target
|
/linux-3.4.99/arch/sh/boot/compressed/ |
D | head_32.S | 121 .byte 1 ! Load flags bzImage=1
|
/linux-3.4.99/Documentation/kdump/ |
D | kdump.txt | 312 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz 317 - Use bzImage/vmlinuz if kernel is relocatable. 323 - Use image or bzImage 333 If you are using a compressed bzImage/vmlinuz, then use following command 336 kexec -p <dump-capture-kernel-bzImage> \
|
/linux-3.4.99/Documentation/sparc/ |
D | README-2.5 | 31 way as s390 people do now. It is analogous to "make bzImage" on i386.
|
/linux-3.4.99/Documentation/ |
D | dontdiff | 96 bzImage*
|
D | feature-removal-schedule.txt | 202 What: i386/x86_64 bzImage symlinks 205 Why: The i386/x86_64 merge provides a symlink to the old bzImage
|
/linux-3.4.99/Documentation/x86/ |
D | boot.txt | 16 Protocol 2.00: (Kernel 1.3.73) Added bzImage and initrd support, as 85 When using bzImage, the protected-mode kernel was relocated to 103 zImage or old bzImage kernels, which need data written into the 107 For a modern bzImage kernel with boot protocol version >= 2.02, a 197 field are unusable, which means the size of a bzImage kernel 848 0x100000 for bzImage kernels. 850 The kernel is a bzImage kernel if the protocol >= 2.00 and the 0x01 859 0x90000. bzImage kernels allow much more flexibility.
|
/linux-3.4.99/Documentation/kbuild/ |
D | makefiles.txt | 1057 bzImage: vmlinux 1070 echo '* bzImage - Image (arch/$(ARCH)/boot/bzImage)' 1083 all: bzImage 1085 When "make" is executed without arguments, bzImage will be built. 1203 targets += bzImage 1204 $(obj)/bzImage: $(obj)/vmlinux.bin $(obj)/tools/build FORCE 1208 When updating the $(obj)/bzImage target, the line 1210 BUILD arch/x86/boot/bzImage
|
/linux-3.4.99/tools/lguest/ |
D | lguest.txt | 84 can also use a standard bzImage.
|
/linux-3.4.99/ |
D | README | 264 image (e.g. .../linux/arch/i386/boot/bzImage after compilation) 272 kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or 273 /boot/bzImage. To use the new kernel, save a copy of the old image
|
/linux-3.4.99/arch/arm/ |
D | Makefile | 278 bzImage: zImage target
|
/linux-3.4.99/Documentation/serial/ |
D | moxa-smartio | 360 d. make bzImage /* take probably 10-20 minutes */ 369 Note that if the result of "make bzImage" is ERROR, then you have to
|
/linux-3.4.99/Documentation/networking/ |
D | cs89x0.txt | 331 image=/boot/bzImage-2.3.48 441 (or make bzImage) to rebuild the kernel.
|
/linux-3.4.99/Documentation/telephony/ |
D | ixj.txt | 354 4. make clean;make bzImage;make modules;make modules_install
|