Now construction of PA/VA only uses 56/39 bits.

This commit is contained in:
Yifan Wu 2021-11-13 02:55:14 -08:00
parent 71797b294c
commit a8ccba1aed
2 changed files with 11 additions and 6 deletions

View file

@ -18,4 +18,4 @@ pub fn kernel_stack_position(app_id: usize) -> (usize, usize) {
pub const CLOCK_FREQ: usize = 403000000 / 62;
#[cfg(feature = "board_qemu")]
pub const CLOCK_FREQ: usize = 12500000;
pub const CLOCK_FREQ: usize = 12500000;