Kernel: Add command lineoption nousb that will disable usb controller
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user