mirror of
https://github.com/drasko/codezero.git
synced 2026-01-25 17:23:14 +01:00
FS0 compiles now, with a mock-up rootfs.
Having progress on vfs slowly but surely ;-)
This commit is contained in:
@@ -28,7 +28,7 @@ void main(void)
|
||||
wait_pager(0);
|
||||
|
||||
/* Check mmap/munmap */
|
||||
// mmaptest();
|
||||
mmaptest();
|
||||
|
||||
/* Check shmget/shmat/shmdt */
|
||||
shmtest();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user