[boot] Add initial stubs for loading kernel ELF

This commit is contained in:
Justin C. Miller
2020-05-02 23:58:41 -07:00
parent ec794f4f99
commit f78a99927a
7 changed files with 68 additions and 314 deletions

View File

@@ -59,4 +59,7 @@ __attribute__((aligned(alignof(max_align_t))));
#pragma pack(pop)
} // namespace args
using entrypoint = void (*)(args::header *);
} // namespace kernel