xv6-riscv-rust/userfs.c

9 lines
61 B
C

// file system tests
char buf[1024];
main()
{
block();
}