This commit is contained in:
Masato Imai
2025-05-03 14:50:20 +00:00
parent 54712e2fe8
commit 570dd19af6
7 changed files with 355 additions and 21 deletions

12
Cargo.lock generated
View File

@ -107,6 +107,7 @@ dependencies = [
"pc-keyboard",
"pic8259",
"rand",
"raw-cpuid 11.5.0",
"spin 0.5.2",
"uart_16550",
"volatile 0.2.7",
@ -253,6 +254,15 @@ dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "raw-cpuid"
version = "11.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
dependencies = [
"bitflags 2.9.0",
]
[[package]]
name = "rustversion"
version = "1.0.20"
@ -356,7 +366,7 @@ checksum = "2781db97787217ad2a2845c396a5efe286f87467a5810836db6d74926e94a385"
dependencies = [
"bit_field",
"bitflags 1.3.2",
"raw-cpuid",
"raw-cpuid 10.7.0",
]
[[package]]