mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
feat(kernel): update configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -48,7 +48,7 @@ cold int SpawnInit()
|
||||
nullptr};
|
||||
|
||||
Tasking::TaskCompatibility compat = Tasking::Native;
|
||||
if (Config.UseLinuxSyscalls)
|
||||
if (Config.LinuxSubsystem)
|
||||
compat = Tasking::Linux;
|
||||
|
||||
return Execute::Spawn(Config.InitPath, argv, envp,
|
||||
|
Reference in New Issue
Block a user