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: 5de90e62d09526f13ba549a166e9a9a262df0a6a (
plain
)
1
2
3
4
5
6
7
8
9
// file system tests
char
buf
[
1024
];
main
()
{
puts
(
"userfs running
\n
"
);
block
();
}