4 lines
107 B
Rust
4 lines
107 B
Rust
pub mod kernel;
|
|
|
|
// 重新導出由 boot.S 調用的入口點
|
|
pub use kernel::{_kernel_init, _kernel_main}; |