diff options
author | Marvin Borner | 2023-01-28 22:29:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-28 22:29:48 +0100 |
commit | de450bfb4354f716fb43fae69d90ed513068d10b (patch) | |
tree | b474219ae3baaeb8a075e6fbb5c57c3857faa588 /inc/load.h | |
parent | 75bb42663294b388377178b7257c6f8c0f787032 (diff) |
Rewrite, bootstrap
Rewriting without KVM, huge goals, won't finish, just for fun.
Diffstat (limited to 'inc/load.h')
-rw-r--r-- | inc/load.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/load.h b/inc/load.h new file mode 100644 index 0000000..4b215cc --- /dev/null +++ b/inc/load.h @@ -0,0 +1,8 @@ +#ifndef LOAD_H +#define LOAD_H + +#include <mem.h> + +vaddr load(const char *path); + +#endif |