feat: initial locking etc.

This commit is contained in:
2021-03-01 21:07:53 +01:00
parent ebe006a8ba
commit 990b850c43
14 changed files with 427 additions and 14 deletions

View File

@@ -85,6 +85,8 @@ void print(const char *arg) {
print_bootinfo();
} else if (strcmp(arg, "pci") == 0) {
pci_print_info();
} else if (strcmp(arg, "pci_caps") == 0) {
pci_dump_caps();
} else if (strcmp(arg, "ide") == 0) {
ide_print_devices();
} else {