From 9bc0738101979b626233ee226ece3cc8cae053ec Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 2 Feb 2025 15:20:52 +0000 Subject: full flow implemented --- boot/kjarna.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot/kjarna.h') 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 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); + -- cgit v1.3.1-1-g115d