Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/x86/boot/
DMakefile19 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.gitignore2 bzImage
Dheader.S172 # The size of the bzImage is written in tools/build.c
/linux-3.4.99/arch/s390/boot/
DMakefile12 targets += bzImage
18 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
/linux-3.4.99/arch/x86/
DMakefile178 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/$@
DKconfig1501 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
DKconfig.debug30 (e.g. bzImage) of the boot. If you disable this you will still
/linux-3.4.99/arch/s390/
DMakefile107 all: image bzImage
112 image bzImage: vmlinux target
/linux-3.4.99/arch/frv/boot/
DMakefile40 bzImage: zImage target
/linux-3.4.99/arch/h8300/boot/compressed/
Dhead.S43 .byte 1 ; Load flags bzImage=1
/linux-3.4.99/arch/xtensa/
DMakefile88 bzImage : zImage target
/linux-3.4.99/arch/parisc/
DMakefile110 Image zImage bzImage: vmlinux target
/linux-3.4.99/arch/sh/boot/compressed/
Dhead_32.S121 .byte 1 ! Load flags bzImage=1
/linux-3.4.99/Documentation/kdump/
Dkdump.txt312 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/
DREADME-2.531 way as s390 people do now. It is analogous to "make bzImage" on i386.
/linux-3.4.99/Documentation/
Ddontdiff96 bzImage*
Dfeature-removal-schedule.txt202 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/
Dboot.txt16 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/
Dmakefiles.txt1057 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/
Dlguest.txt84 can also use a standard bzImage.
/linux-3.4.99/
DREADME264 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/
DMakefile278 bzImage: zImage target
/linux-3.4.99/Documentation/serial/
Dmoxa-smartio360 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/
Dcs89x0.txt331 image=/boot/bzImage-2.3.48
441 (or make bzImage) to rebuild the kernel.
/linux-3.4.99/Documentation/telephony/
Dixj.txt354 4. make clean;make bzImage;make modules;make modules_install

12