mirror of
https://github.com/mii443/nel_os.git
synced 2025-08-22 16:15:38 +00:00
HLT VMExit
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -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"
|
||||
|
Reference in New Issue
Block a user