Kernel: Add command lineoption nousb that will disable usb controller

This commit is contained in:
2024-08-16 22:09:24 +03:00
parent 46b34817d2
commit 368f5e9799
3 changed files with 14 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ namespace Kernel::PCI
static void initialize();
static PCIManager& get();
void initialize_devices();
void initialize_devices(bool disable_usb);
template<typename F>
void for_each_device(F callback)