|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <sys/wait.h>#include <sys/stat.h>
Macros | |
| #define | MINI_OS_INIT_DEBUG 0 |
| #define | INIT_DEBUG_PRINT(msg) |
Functions | |
| static long | sys_mount (const char *source, const char *target, const char *fstype, unsigned long flags, const void *data) |
| int | main (int argc, char *argv[], char *envp[]) |
| #define INIT_DEBUG_PRINT | ( | msg | ) |
| #define MINI_OS_INIT_DEBUG 0 |
| int main | ( | int | argc, |
| char * | argv[], | ||
| char * | envp[] ) |

|
static |
