[boot] Add initial stubs for loading kernel ELF
This commit is contained in:
@@ -59,4 +59,7 @@ __attribute__((aligned(alignof(max_align_t))));
|
||||
#pragma pack(pop)
|
||||
|
||||
} // namespace args
|
||||
|
||||
using entrypoint = void (*)(args::header *);
|
||||
|
||||
} // namespace kernel
|
||||
|
||||
Reference in New Issue
Block a user