diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-26 17:50:11 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-26 17:50:11 +0200 |
| commit | d98ec57128628b81fcd32269a92742a037b7f713 (patch) | |
| tree | 0e3f8d78d8347ef0a6e69d41b9d9be20c822b642 /include/apos/initrd.h | |
| parent | a64f3588ff5da7f148659ccb0eff844ccfb57088 (diff) | |
| download | kmi-d98ec57128628b81fcd32269a92742a037b7f713.tar.gz kmi-d98ec57128628b81fcd32269a92742a037b7f713.zip | |
First useful jump to userspace!
Diffstat (limited to 'include/apos/initrd.h')
| -rw-r--r-- | include/apos/initrd.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <apos/types.h> #include <apos/pmem.h> +#include <apos/vmem.h> 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); |
