/linux-2.4.37.9/arch/i386/boot/ |
D | Makefile | 15 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/ |
D | Makefile | 15 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/ |
D | Makefile | 16 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/ |
D | Makefile | 16 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/ |
D | Makefile | 5 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/ |
D | Makefile | 140 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/ |
D | head.S | 57 ;; 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
|
D | README | 1 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/ |
D | Makefile | 96 @make -C arch/cris/boot/compressed decompress.bin 105 compressed: zImage target
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | 00-INDEX | 18 version of the compressed input. 36 unbz64wrap: Reverse an encoded, compressed data stream created by
|
/linux-2.4.37.9/arch/i386/ |
D | Makefile | 130 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \ 139 compressed: zImage target
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | vmlinux.lds.in | 2 * linux/arch/arm/boot/compressed/vmlinux.lds.in
|
/linux-2.4.37.9/Documentation/ |
D | ramdisk.txt | 40 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/ |
D | Makefile | 79 compressed: zImage target
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | fat_cvf.txt | 49 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/ |
D | zImage_layout.txt | 35 | | compressed kernel, elf header removed
|
/linux-2.4.37.9/arch/sh/ |
D | Makefile | 96 compressed: zImage target
|
/linux-2.4.37.9/arch/parisc/ |
D | Makefile | 129 compressed: zImage target
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Brutus | 21 containing the (compressed) ramdisk image must not exceed 4 MB.
|
/linux-2.4.37.9/arch/x86_64/ |
D | Makefile | 98 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
|
/linux-2.4.37.9/drivers/usb/ |
D | pwc-ctrl.c | 111 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/ |
D | README.syncppp | 43 handle compressed packets.
|
/linux-2.4.37.9/arch/cris/lib/ |
D | dram_init.S | 73 ;; information from the decompressor (if the kernel was compressed).
|
/linux-2.4.37.9/fs/cramfs/ |
D | README | 88 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/ |
D | Makefile | 131 compressed: vmlinux target
|