xv6-cs450/userfs.c
2006-07-10 16:27:15 +00:00

9 lines
61 B
C

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