|
PatchworkOS
10941b4
A non-POSIX operating system.
|
#include "manifest.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/argsplit.h>#include <sys/defs.h>#include <sys/io.h>#include <sys/proc.h>Go to the source code of this file.
Data Structures | |
| struct | box_spawn_t |
| struct | box_args_t |
Macros | |
| #define | ARGV_MAX 512 |
| #define | BUFFER_MAX 0x1000 |
Functions | |
| static uint64_t | box_args_parse (box_args_t *args, uint64_t argc, const char **argv, box_spawn_t *ctx) |
| static void | box_spawn (box_spawn_t *ctx) |
| int | main (void) |