XINU
|
RAMディスクに関する定義(testing) More...
Go to the source code of this file.
Data Structures | |
struct | ramdisk |
RAMディスク操作用の構造体 More... | |
Macros | |
#define | RM_BLKS 200 |
RAMディスクのブロック数 More... | |
#define | RM_BLKSIZ 512 |
RAMディスクのブロックサイズ More... | |
Variables | |
struct ramdisk | Ram |
RAMディスク操作用の構造体のextern宣言 More... | |
RAMディスクに関する定義(testing)
Definition in file ramdisk.h.
#define RM_BLKSIZ 512 |
RAMディスクのブロックサイズ
Definition at line 7 of file ramdisk.h.
Referenced by raminit(), ramread(), and ramwrite().