miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <sys/stat.h>
Include dependency graph for main.c:

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[])

Macro Definition Documentation

◆ INIT_DEBUG_PRINT

#define INIT_DEBUG_PRINT ( msg)
Value:
do { (void)(msg); } while (0)

◆ MINI_OS_INIT_DEBUG

#define MINI_OS_INIT_DEBUG   0

Function Documentation

◆ main()

int main ( int argc,
char * argv[],
char * envp[] )
Here is the call graph for this function:

◆ sys_mount()

long sys_mount ( const char * source,
const char * target,
const char * fstype,
unsigned long flags,
const void * data )
static
Here is the caller graph for this function: