Searched refs:vmlinuz (Results 1 – 19 of 19) sorted by relevance
/linux-2.4.37.9/arch/s390/boot/ |
D | install.sh | 29 if [ -f $4/vmlinuz ]; then 30 mv $4/vmlinuz $4/vmlinuz.old 37 cat $2 > $4/vmlinuz
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | install.sh | 29 if [ -f $4/vmlinuz ]; then 30 mv $4/vmlinuz $4/vmlinuz.old 37 cat $2 > $4/vmlinuz
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | install.sh | 28 if [ -f $4/vmlinuz ]; then 29 mv $4/vmlinuz $4/vmlinuz.old 36 cat $2 > $4/vmlinuz
|
D | Makefile | 36 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi 38 cat $(BOOTIMAGE) > $(INSTALL_PATH)/vmlinuz
|
/linux-2.4.37.9/arch/i386/boot/ |
D | install.sh | 29 if [ -f $4/vmlinuz ]; then 30 mv $4/vmlinuz $4/vmlinuz.old 37 cat $2 > $4/vmlinuz
|
D | Makefile | 33 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi 35 cat $(BOOTIMAGE) > $(INSTALL_PATH)/vmlinuz
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zImage.c | 65 struct addr_range vmlinuz = {0, 0, 0}; variable 119 vmlinuz.addr = (unsigned long)_vmlinux_start; in start() 120 vmlinuz.size = (unsigned long)(_vmlinux_end - _vmlinux_start); in start() 140 if (*(unsigned short *)vmlinuz.addr == 0x1f8b) { in start() 145 vmlinux.addr, vmlinuz.addr, vmlinuz.addr+vmlinuz.size); in start() 147 (unsigned char *)vmlinuz.addr, (int *)&vmlinuz.size); in start() 148 printf("done %lu bytes\n\r", vmlinuz.size); in start() 152 memmove((void *)vmlinux.addr,(void *)vmlinuz.addr,vmlinuz.size); in start()
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | Makefile | 24 all: vmlinuz 33 vmlinuz: piggy.img decompress.bin target 34 cat decompress.bin piggy.img > vmlinuz 46 rm -f piggy.img vmlinuz vmlinuz.o
|
D | README | 1 Creation of the self-extracting compressed kernel image (vmlinuz) 18 into the file vmlinuz. It can be executed in an arbitrary place in flash.
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | install.sh | 33 if [ -f $4/vmlinuz-$1 ]; then 34 mv $4/vmlinuz-$1 $4/vmlinuz.old 41 cat $2 > $4/vmlinuz-$1
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | install.sh | 33 if [ -f $4/vmlinuz-$1 ]; then 34 mv $4/vmlinuz-$1 $4/vmlinuz.old 41 cat $2 > $4/vmlinuz-$1
|
/linux-2.4.37.9/arch/arm/boot/ |
D | install.sh | 32 if [ -f $4/vmlinuz-$1 ]; then 33 mv $4/vmlinuz-$1 $4/vmlinuz.old 40 cat $2 > $4/vmlinuz-$1
|
/linux-2.4.37.9/arch/cris/boot/ |
D | Makefile | 5 zImage: compressed/vmlinuz 7 compressed/vmlinuz: $(TOPDIR)/vmlinux 8 @$(MAKE) -C compressed vmlinuz
|
/linux-2.4.37.9/Documentation/ |
D | moxa-smartio | 260 f. cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz 261 g. Please make sure the boot kernel (vmlinuz) is in the 264 which is the 'vmlinuz' path, or you will load wrong 265 (or old) boot kernel image (vmlinuz). 266 h. chmod 400 /vmlinuz 268 j. rdev -R /vmlinuz 1
|
D | ide.txt | 463 4. Move your kernel (/vmlinuz) to /boot/vmlinuz: mv /vmlinuz /boot 464 5. Edit /etc/lilo.conf to change /vmlinuz to /boot/vmlinuz 476 a small partition to hold the /boot directory (and vmlinuz) as described above
|
/linux-2.4.37.9/drivers/char/ |
D | README.epca | 63 image = /vmlinuz 65 label = vmlinuz 70 image = /vmlinuz 72 label = vmlinuz
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cm206 | 108 image = /vmlinuz
|
/linux-2.4.37.9/ |
D | README | 199 kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xds.txt | 240 compressed kernel image as vmlinuz along with other files in the /boot
|