mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-29 20:23:24 +00:00
在Sysfs中引入ACPI Firmware (#405)
- bugfix: multiboot2启动的信息因为没及时转存导致后面无法从其中进行查询的bug - feature: 把acpi表、acpi bus加入sysfs
This commit is contained in:
@ -31,7 +31,7 @@ elf = { version = "0.7.2", default-features = false }
|
||||
memoffset = "0.9.0"
|
||||
atomic_enum = "0.2.0"
|
||||
raw-cpuid = "11.0.1"
|
||||
acpi = "5.0.0"
|
||||
acpi = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/acpi-rs.git", rev = "fb69243dcf" }
|
||||
intertrait = { path = "src/libs/intertrait" }
|
||||
linkme = "0.2"
|
||||
ida = { path = "src/libs/ida" }
|
||||
@ -51,4 +51,3 @@ features = ["spin_no_std"]
|
||||
[profile.release]
|
||||
debug = false
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user