add timer interrupt

This commit is contained in:
mii443
2025-04-13 16:17:59 +09:00
parent 561003d833
commit 89e8047bb1
7 changed files with 97 additions and 17 deletions

View File

@ -9,6 +9,7 @@ volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.2"
uart_16550 = "0.2.0"
pic8259 = "0.11.0"
[dependencies.lazy_static]
version = "1.0"