mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Kernel: Ensure that CommandLine is initialized before choosing PanicMode
If the kernel commandline is not initialized, just halt everything.
This commit is contained in:
@@ -45,6 +45,7 @@ class CommandLine {
|
||||
public:
|
||||
static void early_initialize(const char* cmd_line);
|
||||
static void initialize();
|
||||
static bool was_initialized();
|
||||
|
||||
enum class Validate {
|
||||
Yes,
|
||||
|
||||
Reference in New Issue
Block a user