Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/arch/x86_64/
DMakefile98 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
104 bzImage: checkoffset vmlinux target
105 @$(MAKEBOOT) bzImage
107 bzImage-padded: checkoffset vmlinux
108 @$(MAKEBOOT) bzImage-padded
111 @$(MAKEBOOT) BOOTIMAGE=bzImage zlilo
114 @$(MAKEBOOT) BOOTIMAGE=bzImage zlilo
117 @$(MAKEBOOT) BOOTIMAGE=bzImage zdisk
120 @$(MAKEBOOT) BOOTIMAGE=bzImage install
/linux-2.4.37.9/arch/i386/
DMakefile130 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
136 bzImage: vmlinux target
137 @$(MAKEBOOT) bzImage
145 @$(MAKEBOOT) BOOTIMAGE=bzImage zlilo
147 @$(MAKEBOOT) BOOTIMAGE=bzImage zlilo
153 @$(MAKEBOOT) BOOTIMAGE=bzImage zdisk
156 @$(MAKEBOOT) BOOTIMAGE=bzImage install
/linux-2.4.37.9/arch/x86_64/boot/
DMakefile19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build target
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
23 bzImage-padded: bzImage
24 dd if=/dev/zero bs=1k count=70 >> bzImage
89 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
/linux-2.4.37.9/Documentation/kbuild/
Dcommands.txt21 make bzImage
26 'make bzImage' will leave your new kernel image in arch/i386/boot/bzImage.
32 Some computers won't work with 'make bzImage', either due to hardware
41 i386. On other architectures, there are no 'bzImage' files; simply
44 Note: the difference between 'zImage' files and 'bzImage' files is that
45 'bzImage' uses a different layout and a different loading algorithm,
47 The 'bz' in 'bzImage' stands for 'big zImage', not for 'bzip'!
Dmakefiles.txt78 "make menuconfig" or "make bzImage". They usually do not read or edit
426 bzImage i386, m68k
531 {vmlinux,bzImage,...}"), make will recursively descend into
/linux-2.4.37.9/arch/i386/boot/
DMakefile19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build target
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
86 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
Dsetup.S927 # bootsect loader _and_ have a bzImage to load.
/linux-2.4.37.9/
DREADME161 - Do a "make bzImage" to create a compressed kernel image. If you want
170 - In the unlikely event that your system cannot boot bzImage kernels you
172 will be removed at some point in the future in favor of bzImage we
173 encourage people having problems with booting bzImage kernels to report
191 image (found in .../linux/arch/i386/boot/bzImage after compilation)
195 kernel bzImage file to /dev/fd0 to make a bootable floppy.
199 kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or
200 /boot/bzImage. To use the new kernel, save a copy of the old image
/linux-2.4.37.9/arch/sh/boot/
DMakefile33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
/linux-2.4.37.9/arch/sh64/boot/
DMakefile33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
/linux-2.4.37.9/Documentation/i386/
Dboot.txt19 Protocol 2.00: (Kernel 1.3.73) Added bzImage and initrd support, as
65 When using bzImage, the protected-mode kernel was relocated to
84 zImage or old bzImage kernels, which need data written into the
315 0x100000 for bzImage kernels.
317 The kernel is a bzImage kernel if the protocol >= 2.00 and the 0x01
326 0x90000. bzImage kernels allow much more flexibility.
Dzero-page.txt60 bit0 = 1: kernel is loaded high (bzImage)
/linux-2.4.37.9/arch/arm/boot/
DMakefile138 bzImage: zImage target
/linux-2.4.37.9/arch/sh/boot/compressed/
Dhead.S115 .byte 1 ! Load flags bzImage=1
/linux-2.4.37.9/arch/ppc/
DMakefile91 bzImage: zImage target
/linux-2.4.37.9/arch/parisc/
DMakefile127 bzImage: palo target
/linux-2.4.37.9/arch/m68k/
DMakefile157 bzImage: vmlinux.bz2 target
/linux-2.4.37.9/Documentation/
Dsmart-config.txt54 compilation (make bzImage or make zImage). split-include reads
Dusing-newer-gcc.txt164 $ make CC=/opt/kgcc/bin/kernel-gcc -j 4 dep bzImage modules
169 $ make CC=kernel-gcc -j 4 dep bzImage modules
Dmoxa-smartio258 d. make bzImage /* take probably 10-20 minutes */
260 f. cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz
Dinitrd.txt176 image = /bzImage
DREADME.DAC960216 make bzImage (or zImage)
218 Then install "arch/i386/boot/bzImage" or "arch/i386/boot/zImage" as your
/linux-2.4.37.9/arch/arm/
DMakefile272 bzImage zImage zinstall Image bootpImage install: vmlinux target
/linux-2.4.37.9/Documentation/networking/
Dcs89x0.txt331 image=/boot/bzImage-2.3.48
441 and finally 'make' (or make bzImage) to rebuild the kernel.
/linux-2.4.37.9/Documentation/telephony/
Dixj.txt366 4. make dep;make clean;make bzImage;make modules;make modules_install

12