代码搜索:ramdisk
找到约 1,135 项符合「ramdisk」的源代码
代码结果 1,135
www.eeworm.com/read/486037/1254823
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),
Root_FD0
www.eeworm.com/read/486037/1256387
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),
Root_FD0
www.eeworm.com/read/209559/4969084
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),
Root_FD0
www.eeworm.com/read/362989/2924714
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),
Root_FD0
www.eeworm.com/read/171365/9760290
asm startup.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; EXPORTS:
;
; extern unsigned long _conv_mem_size, _ext_mem_size;
; extern unsigned long _init_ramdisk_adr, _init_ra
www.eeworm.com/read/432906/1887346
c block-ram.c
/* block-ram.c
*
* Fast Ramdisk implementation.
*
* (c) 2006 Andrew Warfield and Julian Chesterfield
*
* This program is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/385462/2589561
c block-ram.c
/* block-ram.c
*
* Fast Ramdisk implementation.
*
* (c) 2006 Andrew Warfield and Julian Chesterfield
*
* This program is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/209559/4973430
txt buffer-format.txt
initramfs buffer format
-----------------------
Al Viro, H. Peter Anvin
Last revision: 2002-01-13
Starting with kernel 2.5.x, the old "initial ramdisk" protocol is
www.eeworm.com/read/316872/3604571
txt buffer-format.txt
initramfs buffer format
-----------------------
Al Viro, H. Peter Anvin
Last revision: 2002-01-13
Starting with kernel 2.5.x, the old "initial ramdisk" protocol is