Support x2APIC

This commit is contained in:
Yuke Peng
2023-06-27 04:56:16 -07:00
committed by Tate, Hongliang Tian
parent 0e8b2aff7b
commit 893b174dc9
12 changed files with 308 additions and 128 deletions

View File

@ -18,4 +18,4 @@ pub const KVA_START: usize = (usize::MAX) << PAGE_SIZE_BITS;
pub const DEFAULT_LOG_LEVEL: Level = Level::Error;
/// This value represent the base timer frequency in Hz
pub const TIMER_FREQ: u64 = 1000;
pub const TIMER_FREQ: u64 = 500;