oops
This commit is contained in:
parent
72ea69fbdf
commit
084f21430c
1 changed files with 8 additions and 0 deletions
8
userfs.c
Normal file
8
userfs.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
// file system tests
|
||||
|
||||
char buf[1024];
|
||||
|
||||
main()
|
||||
{
|
||||
block();
|
||||
}
|
Loading…
Reference in a new issue