X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1375eb51603466b723ab7dd1ca4194ee5d662f75..64e5fa9a495e388c922157b9a616204c299f5e05:/lunaix-os/includes/lunaix/boot_generic.h diff --git a/lunaix-os/includes/lunaix/boot_generic.h b/lunaix-os/includes/lunaix/boot_generic.h index 93e9e3d..a229c45 100644 --- a/lunaix-os/includes/lunaix/boot_generic.h +++ b/lunaix-os/includes/lunaix/boot_generic.h @@ -41,8 +41,8 @@ struct boot_handoff ptr_t ksections; size_t size; - char** argv; - size_t argc; + char* cmdline; + size_t len; } kexec; struct @@ -61,6 +61,9 @@ struct boot_handoff void boot_begin(struct boot_handoff*); +void +boot_parse_cmdline(struct boot_handoff*); + void boot_end(struct boot_handoff*);