add options to disable pci and acpi support
- add also an C interface to determine the network configuration
... | ... | @@ -24,8 +24,11 @@ crate-type = ["staticlib"] |
name = "hermit" | ||
[features] | ||
default = ["pci", "acpi"] | ||
vga = [] | ||
newlib = [] | ||
pci = [] | ||
acpi = [] | ||
[dependencies] | ||
bitflags = "1.2" | ||
... | ... |
Please register or sign in to comment