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

Macros

#define BUF_SIZE   1024
#define SH_MAX_ARGS   8

Functions

static void write_str (const char *s)
int main (int argc, char *argv[], char *envp[])

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   1024

◆ SH_MAX_ARGS

#define SH_MAX_ARGS   8

Function Documentation

◆ main()

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

◆ write_str()

void write_str ( const char * s)
static
Here is the call graph for this function: