mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Boot application processors into spin loops
Co-authored-by: Chuandong Li <lichuand@pku.edu.cn>
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
870d542f60
commit
393c9019c0
@ -2,12 +2,15 @@
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
//! The architecture-independent boot module, which provides a universal interface
|
||||
//! from the bootloader to the rest of OSTD.
|
||||
//!
|
||||
//! The architecture-independent boot module, which provides
|
||||
//! 1. a universal information getter interface from the bootloader to the
|
||||
//! rest of OSTD;
|
||||
//! 2. the routine booting into the actual kernel;
|
||||
//! 3. the routine booting the other processors in the SMP context.
|
||||
|
||||
pub mod kcmdline;
|
||||
pub mod memory_region;
|
||||
pub mod smp;
|
||||
|
||||
use alloc::{string::String, vec::Vec};
|
||||
|
||||
|
Reference in New Issue
Block a user