feat(modules): now it loads segments with correct rights, not RWX everywhere

This commit is contained in:
karina
2026-05-03 18:30:49 +04:00
parent bedb03fc37
commit fb55cb1b9a
6 changed files with 97 additions and 55 deletions
+4
View File
@@ -122,3 +122,7 @@ void SchedulerYield(UInt64 ticks) {
gOSSchedulerCurrentTask->state = OSTaskStateSleeping;
CPUException(kOSSchedulerExceptionNumber);
}
UInt64 SchedulerGetNextProcessID() {
return gOSSchedulerNextProcessID++;
}