代码搜索:ramdisk
找到约 1,135 项符合「ramdisk」的源代码
代码结果 1,135
www.eeworm.com/read/212498/15155536
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 =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/473341/6851338
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 =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/268597/11131199
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 =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/147710/12535330
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 =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/203858/15350739
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 =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/162766/5514604
zh_cn
index_title=Linux 启动配置
index_addk=创建一个新的启动内核
index_addp=创建一个新的启动分区
index_global=编辑全局选项
index_globalmsg=编辑应用到所有内核和分区的全局启动选项。
index_apply=应用配置
index_applymsg1=在$1的引导扇区应用当前配置。
index_applymsg2=在当前根设备的引导扇区
www.eeworm.com/read/457337/7327336
h tags.h
#define ATAG_NONE 0x00000000
#define ATAG_CORE 0x54410001
#define ATAG_MEM 0x54410002
#define ATAG_VIDEOTEXT 0x54410003
#define ATAG_RAMDISK 0x54410004
#define ATAG_INITRD 0x54410005
#define ATAG_INIT
www.eeworm.com/read/262041/4316892
h root_dev.h
#ifndef _ROOT_DEV_H_
#define _ROOT_DEV_H_
#include
enum {
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
www.eeworm.com/read/373619/2761204
h sddisk.h
/********************************************************************
COPYRIGHT (c) 2007 BY ROCK-CHIP FUZHOU
-- ALL RIGHTS RESERVED --
* File Name: ramdisk.h
* Author: Oliver Miao
*
www.eeworm.com/read/373619/2761215
h flashdisk.h
/********************************************************************
COPYRIGHT (c) 2007 BY ROCK-CHIP FUZHOU
-- ALL RIGHTS RESERVED --
* File Name: ramdisk.h
* Author: Oliver Miao
*