4357207237
no more cons_put system calls usertests tests two processes writing files
7 lines
94 B
C
7 lines
94 B
C
struct buf {
|
|
int flags;
|
|
uint dev;
|
|
uint sector;
|
|
uchar data[512];
|
|
};
|
|
#define B_BUSY 0x1
|