Fix multiple issues in the initproc path

This commit is contained in:
Zhang Junyang
2023-08-03 11:05:06 +08:00
committed by Tate, Hongliang Tian
parent 4a33020b4f
commit acfbc7efdc
6 changed files with 53 additions and 91 deletions

View File

@ -5,5 +5,5 @@
//! on its way.
//!
pub mod multiboot2;
mod multiboot2;
pub use self::multiboot2::init_boot_args;