Skip to content

Commit a6af445

Browse files
committed
Use modified pagetable which does not have level
Signed-off-by: Changho Choi <[email protected]>
1 parent ed25d9d commit a6af445

File tree

4 files changed

+138
-190
lines changed

4 files changed

+138
-190
lines changed

lib/vmsa/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#![no_std]
2-
#![allow(incomplete_features)]
3-
#![feature(specialization)]
4-
#![feature(generic_const_exprs)]
52
#![warn(rust_2018_idioms)]
63

74
pub mod address;

0 commit comments

Comments
 (0)