代码搜索:zImage
找到约 461 项符合「zImage」的源代码
代码结果 461
www.eeworm.com/read/232327/14198288
makefile
include makeconfig
OBJS =head.o device.o fs.o mm.o kernel.o lib.o
zImage_tmp: $(OBJS)
$(LD) -TApOS.lds $(OBJS) -o zImage_tmp.o $(LDFLAGS) -lgcc
$(OBJCOPY) -O binary -S zImage_tmp.o zImage
rm -f
www.eeworm.com/read/450469/6283037
arm_linux_zimage_n35
www.eeworm.com/read/243142/4532311
po load_kernel_test-zimage.po
load_kernel_test-zImage.o load_kernel_test-zImage.o: \
../../src/blob/zImage.c ../../include/blob/config.h \
../../include/blob/load_kernel.h ../../include/blob/main.h \
../../include/blob/types
www.eeworm.com/read/316872/3588340
s zimage.ps3.lds.s
OUTPUT_ARCH(powerpc:common)
ENTRY(_zimage_start)
EXTERN(_zimage_start)
SECTIONS
{
_vmlinux_start = .;
.kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
_vmlinux_end = .;
. = ALIGN(4096);
_
www.eeworm.com/read/151104/5686300
c misc-simple.c
/*
* arch/ppc/common/misc-simple.c
*
* Misc. bootloader code for many machines. This assumes you have are using
* a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory
* below 8M
www.eeworm.com/read/136786/5864282
c misc-simple.c
/*
* arch/ppc/common/misc-simple.c
*
* Misc. bootloader code for many machines. This assumes you have are using
* a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory
* below 8M
www.eeworm.com/read/432459/8604256
bat mk.bat
make clean
make vxWorks.st.bin
copy vxWorks.st.bin zImage
www.eeworm.com/read/310144/13657829
bat mk.bat
make clean
make vxWorks.st.bin
copy vxWorks.st.bin zImage