|
FreeNOS
|
#include <FreeNOS/System.h>#include <FileSystemClient.h>#include <FileDescriptor.h>#include <ExecutableFormat.h>#include <Types.h>#include <Runtime.h>#include "limits.h"#include "string.h"#include "errno.h"#include "unistd.h"Go to the source code of this file.
Functions | |
| int | spawn (Address program, Size programSize, const char *argv[]) |
| Create a new process using in-memory image. More... | |
1.8.17