X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1fe5f5eb5378a47bf0f3451762743c162e40faad..bef1210245bb3180a57f26405369654eaa477f63:/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*);