feat: a better boot command line parser
[lunaix-os.git] / lunaix-os / kernel / kinit.c
index 501c8f45a14063c34454d2d223785b18e48d7982..b21a7596f97afd39b4ee393d7b1c26d41fff4933 100644 (file)
@@ -49,6 +49,8 @@ kernel_bootstrap(struct boot_handoff* bhctx)
     /* Setup kernel memory layout and services */
     kmem_init(bhctx);
 
+    boot_parse_cmdline(bhctx);
+
     /* Prepare stack trace environment */
     trace_modksyms_init(bhctx);