Refactor the implementation

This commit is contained in:
Jianfeng Jiang
2023-10-08 17:40:58 +08:00
committed by Tate, Hongliang Tian
parent 50761a5cc5
commit 0d6f6f001c
54 changed files with 433 additions and 326 deletions

View File

@ -17,6 +17,8 @@
#![feature(let_chains)]
extern crate alloc;
#[macro_use]
extern crate static_assertions;
pub mod arch;
pub mod boot;