index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userfs.c
blob: 93e42df8dada53b37128152e356c48301c9943dc (
plain
)
1
2
3
4
5
6
7
8
// file system tests
char
buf
[
1024
];
main
()
{
block
();
}