HLT VMExit

This commit is contained in:
Masato Imai
2025-04-22 14:04:19 +00:00
parent 4c2629ec14
commit eebd64f0c2
5 changed files with 303 additions and 37 deletions

7
Cargo.lock generated
View File

@ -88,6 +88,7 @@ dependencies = [
"bootloader",
"lazy_static",
"linked_list_allocator",
"numeric-enum-macro",
"pc-keyboard",
"pic8259",
"spin 0.5.2",
@ -97,6 +98,12 @@ dependencies = [
"x86_64 0.14.13",
]
[[package]]
name = "numeric-enum-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300e4bdb6b46b592948e700ea1ef24a4296491f6a0ee722b258040abd15a3714"
[[package]]
name = "pc-keyboard"
version = "0.8.0"