Now construction of PA/VA only uses 56/39 bits.
This commit is contained in:
parent
71797b294c
commit
a8ccba1aed
2 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue