diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-02-02 15:20:52 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-02-02 15:20:52 +0000 |
| commit | 9bc0738101979b626233ee226ece3cc8cae053ec (patch) | |
| tree | 33f608f59a3cfc062db0363c208f3b0ea05c62e3 /boot/kjarna.h | |
| parent | 3d806c9e2fcb6226915982b6514919a3b9dac4dc (diff) | |
full flow implemented
Diffstat (limited to 'boot/kjarna.h')
| -rw-r--r-- | boot/kjarna.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/kjarna.h b/boot/kjarna.h index 38a550f..be77a4b 100644 --- a/boot/kjarna.h +++ b/boot/kjarna.h @@ -5,7 +5,6 @@ #include <kjarna/interface.h> int main(int argc, char **argv); -int image_start(void); void *malloc(size_t size); void *calloc(size_t count, size_t size); @@ -23,6 +22,6 @@ struct kjarna_boot_image kjarna_image_entry_func *entry; }; -struct kjarna_interface get_boot_interface(void); struct kjarna_boot_image get_boot_image(void); + |
