/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | Makefile | 24 ZIMAGE := zImage-EMBEDDED 25 ZIMAGEINITRD := zImage.initrd-EMBEDDED 30 ZIMAGE := zImage-TREE 31 ZIMAGEINITRD := zImage.initrd-TREE 33 TFTPIMAGE := /tftpboot/zImage.embedded 37 ZIMAGE := zImage-TREE 38 ZIMAGEINITRD := zImage.initrd-TREE 44 ZIMAGE := zImage-TREE 45 ZIMAGEINITRD := zImage.initrd-TREE 51 ZIMAGE := zImage-SMON [all …]
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | Makefile | 46 OBJS = crt0.o string.o prom.o zImage.o zlib.o 50 TFTPIMAGE=/tftpboot/zImage.chrp.smp 52 TFTPIMAGE=/tftpboot/zImage.chrp 59 all: zImage 63 znetboot: zImage 64 cp zImage $(TFTPIMAGE) 88 znetboot.initrd: zImage.initrd 89 cp zImage.initrd $(TFTPIMAGE) 95 zImage.o: $(TOPDIR)/vmlinux 98 $(OBJCOPY) zImage.o \ [all …]
|
D | README | 2 To extract the kernel vmlinux, System.map or .config from the zImage binary: 4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz 5 objcopy -j .kernel:System.map -O binary zImage System.map.gz 6 objcopy -j .kernel:.config -O binary zImage config.gz
|
/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | Makefile | 27 TFTPIMAGE=/tftpboot/zImage.chrp$(END) 31 all: zImage 33 znetboot: zImage 35 cp ../images/zImage.chrp $(TFTPIMAGE) 37 znetboot.initrd: zImage.initrd 38 cp ../images/zImage.initrd.chrp $(TFTPIMAGE) 40 floppy: zImage 41 mcopy zImage a:zImage 53 zImage: $(OBJS) $(LIBS) $(ADDNOTE) ../ld.script target 59 zImage.initrd: $(OBJS) $(LIBS) $(ADDNOTE) ../images/ramdisk.image.gz ../ld.script
|
/linux-2.4.37.9/arch/ppc/boot/prep/ |
D | Makefile | 19 TFTPIMAGE = /tftpboot/zImage.prep 43 all: zImage 45 zImage: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz ../common/dummy.o \ target 56 zImage.initrd: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz $(MKPREP) \ 69 floppy: zImage 70 dd if=../images/zImage.prep of=/dev/fd0H1440 bs=64b 72 znetboot : zImage 73 cp ../images/zImage.prep $(TFTPIMAGE) 75 znetboot.initrd : zImage.initrd 76 cp ../images/zImage.initrd.prep $(TFTPIMAGE)
|
/linux-2.4.37.9/arch/sh/boot/ |
D | Makefile | 16 zImage: $(CONFIGURE) compressed/vmlinux target 17 $(OBJCOPY) compressed/vmlinux zImage 25 zinstall: $(CONFIGURE) zImage 26 sh -x ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)" 32 rm -f setup bootsect zImage compressed/vmlinux.out
|
/linux-2.4.37.9/arch/sh64/boot/ |
D | Makefile | 16 zImage: $(CONFIGURE) compressed/vmlinux target 17 $(OBJCOPY) compressed/vmlinux zImage 25 zinstall: $(CONFIGURE) zImage 26 sh -x ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)" 32 rm -f setup bootsect zImage compressed/vmlinux.out
|
/linux-2.4.37.9/arch/arm/boot/ |
D | Makefile | 138 bzImage: zImage 140 zImage: compressed/vmlinux target 149 bootp/bootp: zImage initrd FORCE 159 zinstall: zImage 160 …sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) zImage $(TOPDIR)/System.map "$… 163 $(RM) Image zImage bootpImage
|
/linux-2.4.37.9/arch/i386/ |
D | Makefile | 130 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \ 133 zImage: vmlinux target 134 @$(MAKEBOOT) zImage 139 compressed: zImage 142 @$(MAKEBOOT) BOOTIMAGE=zImage zlilo 150 @$(MAKEBOOT) BOOTIMAGE=zImage zdisk
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 31 TFTPIMAGE=/tftpboot/zImage.pmac$(END) 46 znetboot: vmlinux.coff vmlinux.elf-pmac zImage 79 ln -sf vmlinux.coff ../images/zImage.pmac 85 ln -sf vmlinux.initrd.coff ../images/zImage.initrd.pmac 105 zImage: vmlinux.coff vmlinux.elf-pmac miboot.image target 107 zImage.initrd: vmlinux.initrd.coff vmlinux.initrd.elf-pmac miboot.initrd.image
|
/linux-2.4.37.9/arch/cris/boot/ |
D | Makefile | 5 zImage: compressed/vmlinuz target 15 rm -f zImage tools/build compressed/vmlinux.out
|
/linux-2.4.37.9/arch/sh64/ |
D | Makefile | 76 zImage: vmlinux target 77 @$(MAKEBOOT) zImage 79 compressed: zImage
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | zImage_layout.txt | 20 To boot the zImage, copy it onto a floppy with dd if=zImage of=/dev/fd0h1440 21 or onto a PReP hard drive partition with dd if=zImage of=/dev/sda4
|
/linux-2.4.37.9/arch/cris/ |
D | Makefile | 101 zImage: vmlinux.bin target 103 @$(MAKEBOOT) zImage 105 compressed: zImage
|
/linux-2.4.37.9/arch/ppc/ |
D | Makefile | 88 BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd uImage 91 bzImage: zImage
|
/linux-2.4.37.9/arch/i386/boot/ |
D | Makefile | 15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build target 17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage 85 rm -f setup bootsect zImage compressed/vmlinux.out
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | Makefile | 15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build target 17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage 88 rm -f setup bootsect zImage compressed/vmlinux.out
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Brutus | 12 make zImage 14 The resulting kernel will end up in linux/arch/arm/boot/zImage. This file 40 angelboot -f angelboot.opt zImage
|
D | CERF | 30 make zImage 31 cp arch/arm/boot/zImage <TFTP directory>
|
/linux-2.4.37.9/arch/ppc/boot/ |
D | Makefile | 55 BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | commands.txt | 34 is small, you may use 'make zImage', 'make zdisk', or 'make zlilo' 42 use 'zImage' or 'vmlinux' as appropriate for your architecture. 44 Note: the difference between 'zImage' files and 'bzImage' files is that 47 The 'bz' in 'bzImage' stands for 'big zImage', not for 'bzip'!
|
/linux-2.4.37.9/arch/sh/ |
D | Makefile | 93 zImage: vmlinux target 96 compressed: zImage
|
/linux-2.4.37.9/Documentation/arm/ |
D | Booting | 110 There are two options for calling the kernel zImage. If the zImage 112 then it is legal for the boot loader to call the zImage in flash 115 The zImage may also be placed in system RAM (at any location) and
|
/linux-2.4.37.9/arch/ppc64/ |
D | Makefile | 60 BOOT_TARGETS = zImage znetboot.initrd zImage.initrd
|
/linux-2.4.37.9/arch/ppc/boot/images/ |
D | Makefile | 12 rm -f sImage vmapus vmlinux* miboot* zImage* zvmlinux* uImage
|