From f7fde1a933af38c5ab16ef660a121fd2ce4bdcc9 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 20 Mar 2024 04:56:15 +0200 Subject: [PATCH] Remove unnecessary command line arguments in SpawnInit function --- kernel_thread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel_thread.cpp b/kernel_thread.cpp index 61514c8..debfb8d 100644 --- a/kernel_thread.cpp +++ b/kernel_thread.cpp @@ -48,8 +48,7 @@ int SpawnInit() const char *argv[4] = { Config.InitPath, - "--init", - "--critical", + // "--help", nullptr}; Tasking::TaskCompatibility compat = Tasking::Native;