This commit is contained in:
kaashoek 2006-07-10 16:27:15 +00:00
parent 72ea69fbdf
commit 084f21430c

8
userfs.c Normal file
View file

@ -0,0 +1,8 @@
// file system tests
char buf[1024];
main()
{
block();
}