xv6-riscv-kernel/userfs.c

9 lines
61 B
C
Raw Normal View History

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