diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-06-04 19:32:32 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:17:12 +0200 |
| commit | 23ec0f61a7a115753148e3688e81567867f65c70 (patch) | |
| tree | b73e69bde0f887df1ea0885363c51a63d3ea8424 /src/arch/x86_64/interrupt | |
| parent | 6ddb7ff5e4edd749051fe624f018c33cf776c749 (diff) | |
chore: add v2p and p2v conversion wrt. id mapping
Also renamed a few symbols to avoid confusion.
Diffstat (limited to 'src/arch/x86_64/interrupt')
| -rw-r--r-- | src/arch/x86_64/interrupt/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86_64/interrupt/mod.rs b/src/arch/x86_64/interrupt/mod.rs index ae2847a..6591bde 100644 --- a/src/arch/x86_64/interrupt/mod.rs +++ b/src/arch/x86_64/interrupt/mod.rs @@ -3,7 +3,7 @@ pub mod pit; use crate::io::*; use core::arch::asm; use core::slice; - +// TODO use P2V for extern symbol addresses // number of entries in IDT pub const IDT_CAPACITY: usize = 256; // size of interrupt handler wrapper routine (vector) |
