xv6-riscv-rust/userfs.c

10 lines
89 B
C

// file system tests
char buf[1024];
main()
{
puts("userfs running\n");
block();
}