xv6-cs450/userfs.c

10 lines
89 B
C
Raw Normal View History

2006-07-10 18:27:15 +02:00
// file system tests
char buf[1024];
main()
{
2006-07-11 03:07:40 +02:00
puts("userfs running\n");
2006-07-10 18:27:15 +02:00
block();
}