代码搜索:RAMDISK
找到约 1,135 项符合「RAMDISK」的源代码
代码结果 1,135
www.eeworm.com/read/189741/5191792
h yaffs_flashif.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yaffs_ramdisk.h: yaffs ram disk component
*
* Copyright (C) 2002 Aleph One Ltd.
*
* Created by Charles Manning
www.eeworm.com/read/188579/5207614
h yaffs_flashif.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yaffs_ramdisk.h: yaffs ram disk component
*
* Copyright (C) 2002 Aleph One Ltd.
*
* Created by Charles Manning
www.eeworm.com/read/188578/5207625
h yaffs_flashif.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yaffs_ramdisk.h: yaffs ram disk component
*
* Copyright (C) 2002 Aleph One Ltd.
*
* Created by Charles Manning
www.eeworm.com/read/337546/3329392
makefile
#
# Makefile for the DECstation family specific parts of the kernel
#
netboot: all
$(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \
dec_boot.o ramdisk.img -o nbImage
obj-y := decstation.o
clean:
www.eeworm.com/read/337546/3329845
makefile
#
# Makefile for a ramdisk image
#
BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
ifeq ($(BIG_ENDIAN),1)
OBJCOPY_ARGS := -
www.eeworm.com/read/333043/3390865
h yaffs_flashif.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yaffs_ramdisk.h: yaffs ram disk component
*
* Copyright (C) 2002 Aleph One Ltd.
*
* Created by Charles Manning
www.eeworm.com/read/324920/3488353
makefile
#
# Makefile for the DECstation family specific parts of the kernel
#
netboot: all
$(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \
dec_boot.o ramdisk.img -o nbImage
obj-y := decstation.o
clean:
www.eeworm.com/read/324920/3488806
makefile
#
# Makefile for a ramdisk image
#
BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
ifeq ($(BIG_ENDIAN),1)
OBJCOPY_ARGS := -
www.eeworm.com/read/316872/3586657
makefile
#
# Makefile for a ramdisk image
#
BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
ifeq ($(BIG_ENDIAN),1)
OBJCOPY_ARGS := -
www.eeworm.com/read/288269/4008535
h yaffs_flashif.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
* yaffs_ramdisk.h: yaffs ram disk component
*
* Copyright (C) 2002 Aleph One Ltd.
*
* Created by Charles Manning