mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Refactor boot and add placeholder kcmdline struct
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
eb8eb440b3
commit
69cbfc72f5
@ -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() {
|
||||
|
Reference in New Issue
Block a user