Home
last modified time | relevance | path

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

123

/linux-2.4.37.9/arch/i386/boot/
DMakefile15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
16 $(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage
19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
20 $(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
23 compressed/vmlinux: $(TOPDIR)/vmlinux
24 @$(MAKE) -C compressed vmlinux
26 compressed/bvmlinux: $(TOPDIR)/vmlinux
27 @$(MAKE) -C compressed bvmlinux
[all …]
/linux-2.4.37.9/arch/x86_64/boot/
DMakefile15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
16 $(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage
19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
20 $(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
26 compressed/vmlinux: $(TOPDIR)/vmlinux
27 @$(MAKE) -C compressed vmlinux
29 compressed/bvmlinux: $(TOPDIR)/vmlinux
30 @$(MAKE) -C compressed bvmlinux
[all …]
/linux-2.4.37.9/arch/sh/boot/
DMakefile16 zImage: $(CONFIGURE) compressed/vmlinux
17 $(OBJCOPY) compressed/vmlinux zImage
19 compressed/vmlinux: $(TOPDIR)/vmlinux
20 $(MAKE) -C compressed vmlinux
32 rm -f setup bootsect zImage compressed/vmlinux.out
33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
34 @$(MAKE) -C compressed clean
/linux-2.4.37.9/arch/sh64/boot/
DMakefile16 zImage: $(CONFIGURE) compressed/vmlinux
17 $(OBJCOPY) compressed/vmlinux zImage
19 compressed/vmlinux: $(TOPDIR)/vmlinux
20 $(MAKE) -C compressed vmlinux
32 rm -f setup bootsect zImage compressed/vmlinux.out
33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
34 @$(MAKE) -C compressed clean
/linux-2.4.37.9/arch/cris/boot/
DMakefile5 zImage: compressed/vmlinuz
7 compressed/vmlinuz: $(TOPDIR)/vmlinux
8 @$(MAKE) -C compressed vmlinuz
11 @$(MAKE) -C compressed depend
15 rm -f zImage tools/build compressed/vmlinux.out
16 @$(MAKE) -C compressed clean
/linux-2.4.37.9/arch/arm/boot/
DMakefile140 zImage: compressed/vmlinux
146 compressed/vmlinux: $(TOPDIR)/vmlinux FORCE
147 @$(MAKE) -C compressed vmlinux
164 @$(MAKE) -C compressed clean
/linux-2.4.37.9/arch/cris/boot/compressed/
Dhead.S57 ;; Figure out where the compressed piggyback image is
92 ;; Do the decompression and save compressed size in _inptr
99 move.d [_input_data], r9 ; flash address of compressed kernel
100 add.d [_inptr], r9 ; size of compressed kernel
DREADME1 Creation of the self-extracting compressed kernel image (vmlinuz)
13 They can also be catted together and compressed with gzip, which is what
/linux-2.4.37.9/arch/cris/
DMakefile96 @make -C arch/cris/boot/compressed decompress.bin
105 compressed: zImage target
/linux-2.4.37.9/Documentation/BK-usage/
D00-INDEX18 version of the compressed input.
36 unbz64wrap: Reverse an encoded, compressed data stream created by
/linux-2.4.37.9/arch/i386/
DMakefile130 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
139 compressed: zImage target
/linux-2.4.37.9/arch/arm/boot/compressed/
Dvmlinux.lds.in2 * linux/arch/arm/boot/compressed/vmlinux.lds.in
/linux-2.4.37.9/Documentation/
Dramdisk.txt40 The new RAM disk also has the ability to load compressed RAM disk images,
56 To allow a kernel image to reside on a floppy disk along with a compressed
58 can't be included into the compressed RAM disk filesystem image, because
65 is done for the compressed images.
202 That is it. You now have your boot/root compressed RAM disk floppy. Some
/linux-2.4.37.9/arch/sh64/
DMakefile79 compressed: zImage target
/linux-2.4.37.9/Documentation/filesystems/
Dfat_cvf.txt49 compressed partitions) there's a risk of destroying your compressed
52 Note that it is always safe to redirect the compressed partitions with
77 before mounting the compressed filesystem (unless "xxx" is "none"). In
/linux-2.4.37.9/Documentation/powerpc/
DzImage_layout.txt35 | | compressed kernel, elf header removed
/linux-2.4.37.9/arch/sh/
DMakefile96 compressed: zImage target
/linux-2.4.37.9/arch/parisc/
DMakefile129 compressed: zImage target
/linux-2.4.37.9/Documentation/arm/SA1100/
DBrutus21 containing the (compressed) ramdisk image must not exceed 4 MB.
/linux-2.4.37.9/arch/x86_64/
DMakefile98 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
/linux-2.4.37.9/drivers/usb/
Dpwc-ctrl.c111 int compressed; /* Compressed yes/no */ member
254 if (pEntry->compressed && pdev->decompressor == NULL) in set_video_mode_Nala()
263 if (pEntry->compressed && pdev->decompressor != NULL) in set_video_mode_Nala()
272 if (pEntry->compressed) { in set_video_mode_Nala()
/linux-2.4.37.9/Documentation/isdn/
DREADME.syncppp43 handle compressed packets.
/linux-2.4.37.9/arch/cris/lib/
Ddram_init.S73 ;; information from the decompressor (if the kernel was compressed).
/linux-2.4.37.9/fs/cramfs/
DREADME88 compressed at a time. It's intended to be somewhere around
119 etc. macros as used by ext2fs. We don't need to swab the compressed
/linux-2.4.37.9/arch/ia64/
DMakefile131 compressed: vmlinux target

123