Implement kernel command line with init configuring

This commit is contained in:
Zhang Junyang
2023-07-25 20:02:17 +08:00
committed by Tate, Hongliang Tian
parent 69cbfc72f5
commit 807c8355c0
6 changed files with 212 additions and 15 deletions

View File

@ -1,6 +1,6 @@
//! The architecture-independent boot module, which provides a universal interface
//! from the bootloader to the rest of the framework.
//!
//!
use crate::arch::boot::init_boot_args;