This website requires JavaScript.
Explore
Help
Sign In
hheik
/
xv6-riscv-rust
Watch
1
Star
0
Fork
You've already forked xv6-riscv-rust
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11a9947f1a
xv6-riscv-rust
/
buf.h
6 lines
67 B
C
Raw
Blame
History
struct
buf
{
int
flags
;
uchar
data
[
512
]
;
}
;
#
define B_BUSY 0x1
Reference in New Issue
View Git Blame
Copy Permalink