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

@ -43,7 +43,7 @@ struct KernelConfig Config = {
.SchedulerType = Multi,
.DriverDirectory = {'/', 's', 'y', 's', '/', 'd', 'r', 'v', '\0'},
.InitPath = {'/', 's', 'y', 's', '/', 'b', 'i', 'n', '/', 'i', 'n', 'i', 't', '\0'},
.UseLinuxSyscalls = false,
.LinuxSubsystem = false,
.InterruptsOnCrash = true,
.Cores = 0,
.IOAPICInterruptCore = 0,