PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
loader.h File Reference
#include <kernel/sched/thread.h>
#include <stdarg.h>
Include dependency graph for loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

_NORETURN void loader_exec (const char *executable, char **argv, uint64_t argc)
 Causes the currently running thread to load and execute a new program.