Home
last modified time | relevance | path

Searched refs:vmlinuz (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/arch/mips/boot/compressed/
DMakefile85 vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr target
100 VMLINUZ = vmlinuz
102 VMLINUZ = vmlinuz.32
107 vmlinuz.32: vmlinuz
112 vmlinuz.ecoff: $(obj)/../elf2ecoff $(VMLINUZ)
116 vmlinuz.bin: vmlinuz
120 vmlinuz.srec: vmlinuz
123 clean-files := $(objtree)/vmlinuz $(objtree)/vmlinuz.{32,ecoff,bin,srec}
/linux-4.4.14/arch/s390/boot/
Dinstall.sh29 if [ -f $4/vmlinuz ]; then
30 mv $4/vmlinuz $4/vmlinuz.old
37 cat $2 > $4/vmlinuz
/linux-4.4.14/arch/sparc/boot/
Dinstall.sh41 if [ -f $4/vmlinuz ]; then
42 mv $4/vmlinuz $4/vmlinuz.old
49 cat $2 > $4/vmlinuz
/linux-4.4.14/arch/m68k/
Dinstall.sh41 if [ -f $4/vmlinuz ]; then
42 mv $4/vmlinuz $4/vmlinuz.old
49 cat $2 > $4/vmlinuz
/linux-4.4.14/arch/nios2/boot/
Dinstall.sh41 if [ -f $4/vmlinuz ]; then
42 mv $4/vmlinuz $4/vmlinuz.old
49 cat $2 > $4/vmlinuz
/linux-4.4.14/arch/ia64/
Dinstall.sh29 if [ -f $4/vmlinuz ]; then
30 mv $4/vmlinuz $4/vmlinuz.old
37 cat $2 > $4/vmlinuz
DMakefile72 vmlinuz: vmlinux.gz target
/linux-4.4.14/arch/m32r/boot/compressed/
Dinstall.sh34 if [ -f $4/vmlinuz-$1 ]; then
35 mv $4/vmlinuz-$1 $4/vmlinuz.old
42 cat $2 > $4/vmlinuz-$1
/linux-4.4.14/arch/sh/boot/compressed/
Dinstall.sh33 if [ -f $4/vmlinuz-$1 ]; then
34 mv $4/vmlinuz-$1 $4/vmlinuz.old
41 cat $2 > $4/vmlinuz-$1
/linux-4.4.14/arch/x86/boot/
Dinstall.sh41 if [ -f $4/vmlinuz ]; then
42 mv $4/vmlinuz $4/vmlinuz.old
49 cat $2 > $4/vmlinuz
DMakefile181 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
183 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
/linux-4.4.14/arch/parisc/
DMakefile20 KBUILD_IMAGE := vmlinuz
101 palo lifimage: vmlinuz
121 bzImage zImage: vmlinuz
124 vmlinuz: vmlinux target
132 $(KERNELRELEASE) vmlinuz System.map "$(INSTALL_PATH)"
Ddefpalo.conf7 --recoverykernel=vmlinuz
15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
Dinstall.sh49 base=vmlinuz
/linux-4.4.14/arch/mips/
DMakefile78 all-$(CONFIG_SYS_SUPPORTS_ZBOOT)+= vmlinuz
223 COMPRESSION_FNAME = vmlinuz
312 bootz-y := vmlinuz
313 bootz-y += vmlinuz.bin
314 bootz-y += vmlinuz.ecoff
315 bootz-y += vmlinuz.srec
355 vmlinuz: FORCE target
390 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
DKconfig2772 bool "vmlinuz.bin"
2776 DTB) appended to raw vmlinuz.bin (with decompressor).
2777 (e.g. cat vmlinuz.bin <filename>.dtb > vmlinuz_w_dtb).
2786 to vmlinuz.bin. Do not leave this option active in a production kernel
/linux-4.4.14/arch/cris/boot/compressed/
DREADME1 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-4.4.14/arch/arm64/boot/
Dinstall.sh30 base=vmlinuz
/linux-4.4.14/Documentation/ia64/
Dxen.txt40 /boot/efi/efi/redhat/vmlinuz-2.6.18.8-xen
107 image=vmlinuz-2.6.18.8-xen
148 # cp vmlinux.gz /boot/efi/efi/redhat/vmlinuz-2.6-pv_ops-xenU
161 kernel = "/boot/efi/efi/redhat/vmlinuz-2.6-pv_ops-xenU"
/linux-4.4.14/arch/arm/boot/
Dinstall.sh44 base=vmlinuz
/linux-4.4.14/tools/testing/ktest/examples/include/
Ddefaults.conf64 TARGET_IMAGE = /boot/vmlinuz-test
/linux-4.4.14/arch/mn10300/boot/
Dinstall.sh26 install -c -m 0755 $2 $4/vmlinuz
/linux-4.4.14/Documentation/zh_CN/
Dbasic_profiling.txt28 对于linux系统来说,配置vmlinuz最容易的方法可能就是使用“make install”,然后修改
/linux-4.4.14/
D.gitignore50 /vmlinuz
DREADME300 kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or
/linux-4.4.14/Documentation/
Dbasic_profiling.txt10 /sbin/installkernel to copy vmlinux to /boot, in addition to vmlinuz,
Ddontdiff247 vmlinuz
Dintel_txt.txt188 module /vmlinuz-2.6.29-tip intel_iommu=on ro
/linux-4.4.14/Documentation/kdump/
Dkdump.txt323 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz
328 - Use bzImage/vmlinuz if kernel is relocatable.
332 - Use vmlinux or vmlinuz.gz
345 If you are using a compressed bzImage/vmlinuz, then use following command
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio362 f. Please make sure the boot kernel (vmlinuz) is in the
365 'image' item specified the path which is the 'vmlinuz' path,
366 or you will load wrong (or old) boot kernel image (vmlinuz).
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt45 image=/boot/vmlinuz
/linux-4.4.14/Documentation/networking/
Dcxgb.txt236 kernel /vmlinuz-2.4.21-27.ELsmp ro root=/dev/hda3 noirqbalance
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt273 qemu -kernel /boot/vmlinuz -initrd test.cpio.gz /dev/zero