feat(kernel): update configuration

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-27 14:31:22 +00:00
parent 4cc058ab42
commit 13d52897b8
6 changed files with 14 additions and 24 deletions

View File

@ -33,7 +33,7 @@ struct KernelConfig
bool SchedulerType;
char DriverDirectory[256];
char InitPath[256];
bool UseLinuxSyscalls;
bool LinuxSubsystem;
bool InterruptsOnCrash;
int Cores;
int IOAPICInterruptCore;