UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"
#include "traps.h"
#include "spinlock.h"
#include "fs.h"
#include "buf.h"
Go to the source code of this file.
Functions | |
void | ideinit (void) |
void | ideintr (void) |
void | iderw (struct buf *b) |
Variables | |
uchar | _binary_fs_img_start [] |
uchar | _binary_fs_img_size [] |
uchar _binary_fs_img_size[] |
uchar _binary_fs_img_start[] |