mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Kernel/CommandLine: Add option to disable physical networking hardware
This is useful for debugging sessions mostly.
This commit is contained in:
parent
1c94b5e8eb
commit
2e2201e8e1
Notes:
sideshowbarker
2024-07-18 12:32:35 +09:00
Author: https://github.com/supercomputer7
Commit: 2e2201e8e1
Pull-request: https://github.com/SerenityOS/serenity/pull/7762
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 15 additions and 7 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
[[nodiscard]] bool is_boot_profiling_enabled() const;
|
||||
[[nodiscard]] bool is_ide_enabled() const;
|
||||
[[nodiscard]] bool is_smp_enabled() const;
|
||||
[[nodiscard]] bool is_physical_networking_disabled() const;
|
||||
[[nodiscard]] bool is_vmmouse_enabled() const;
|
||||
[[nodiscard]] PCIAccessLevel pci_access_level() const;
|
||||
[[nodiscard]] bool is_legacy_time_enabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue