xv6/userfs.c

9 lines
61 B
C
Raw Normal View History

2006-07-10 16:27:15 +00:00
// file system tests
char buf[1024];
main()
{
block();
}