Refactor boot and add placeholder kcmdline struct

This commit is contained in:
Zhang Junyang
2023-07-25 12:22:03 +08:00
committed by Tate, Hongliang Tian
parent eb8eb440b3
commit 69cbfc72f5
13 changed files with 145 additions and 113 deletions

View File

@ -16,7 +16,6 @@ use log::{info, warn};
pub(crate) fn before_all_init() {
enable_common_cpu_features();
device::serial::init();
boot::init();
}
pub(crate) fn after_all_init() {