struct
{
- ptr_t ksections;
- size_t size;
+ struct {
+ char* cmdline;
+ size_t len;
+ };
- char* cmdline;
- size_t len;
+ ptr_t dtb_pa;
} kexec;
struct
boot_end(struct boot_handoff*);
void
-boot_cleanup();
+boot_begin_arch_reserve(struct boot_handoff*);
+
+void
+boot_clean_arch_reserve(struct boot_handoff*);
static inline bool
free_memregion(struct boot_mmapent* mmapent)