From d98ec57128628b81fcd32269a92742a037b7f713 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 26 Dec 2021 17:50:11 +0200 Subject: First useful jump to userspace! --- include/apos/initrd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/apos/initrd.h') diff --git a/include/apos/initrd.h b/include/apos/initrd.h index 1e1129c..4b28ba8 100644 --- a/include/apos/initrd.h +++ b/include/apos/initrd.h @@ -3,9 +3,10 @@ #include #include +#include size_t get_init_size(void *fdt); -void move_init(void *fdt, void *target); +vm_t get_init_base(void *fdt); pm_t get_initrdtop(void *fdt); pm_t get_initrdbase(void *fdt); -- cgit v1.3