FS0 compiles now, with a mock-up rootfs.

Having progress on vfs slowly but surely ;-)
This commit is contained in:
Bahadir Balban
2008-01-15 00:34:10 +00:00
parent efd797c678
commit 6bb5b45212
14 changed files with 174 additions and 275 deletions

View File

@@ -1,7 +1,7 @@
/*
* Test mmap/munmap posix calls.
*
* Copyright (C) 2007 - 2008 Bahadir Balban
* Copyright (C) 2007, 2008 Bahadir Balban
*/
#include <sys/ipc.h>
#include <sys/shm.h>
@@ -58,3 +58,4 @@ int mmaptest(void)
return 0;
}