代码搜索:RAMDISK
找到约 1,135 项符合「RAMDISK」的源代码
代码结果 1,135
www.eeworm.com/read/181669/9241701
makefile
#
# if you want the ram-disk device, define this to be the
# size in blocks.
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a
LD86 =ld86 -0
AS =as
LD =ld
LDFLAGS =-m elf_i386 -Ttext 0 -e startup_32
CC =
www.eeworm.com/read/209559/4969403
h setup.h
#ifndef __ASM_SH64_SETUP_H
#define __ASM_SH64_SETUP_H
#define PARAM ((unsigned char *)empty_zero_page)
#define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
#define RAMDISK_FLAGS (*(unsigned l
www.eeworm.com/read/428075/1962783
makefile
#
# if you want the ram-disk device, define this to be the
# size in blocks.
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a
LD86 =ld86 -0
AS =as
LD =ld
LDFLAGS =-m elf_i386 -Ttext 0 -e startup_32
CC =
www.eeworm.com/read/104342/15697876
makefile
#
# if you want the ram-disk device, define this to be the
# size in blocks.
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a
LD86 =ld86 -0
AS =as
LD =ld
LDFLAGS =-m elf_i386 -Ttext 0 -e startup_32
CC =
www.eeworm.com/read/258550/11856043
conf lilo.conf
prompt
timeout=50
boot=/dev/fd0
install=/boot/boot.b
map=/boot/map
message=/boot/message
read-write
ramdisk=8000
backup=/dev/null
compact
image=bzImage
label=SDLinux
root=/dev/fd0
other=/dev/hda1
op
www.eeworm.com/read/182103/5267162
am makefile.am
##
## $Id: Makefile.am,v 1.3 2002/03/28 00:42:31 joel Exp $
##
include_HEADERS = bsp.h bspopts.h coverhd.h syscall.h ramdisk.h
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES =
www.eeworm.com/read/316872/3598735
h root_dev.h
#ifndef _ROOT_DEV_H_
#define _ROOT_DEV_H_
#include
#include
#include
enum {
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
Root_RAM0 = MKDEV(RAMDISK_MAJOR,
www.eeworm.com/read/395229/2448109
h root_dev.h
#ifndef _ROOT_DEV_H_
#define _ROOT_DEV_H_
#include
#include
#include
enum {
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
Root_RAM0 = MKDEV(RAMDISK_MAJOR,