feat(modules): now it loads segments with correct rights, not RWX everywhere
This commit is contained in:
@@ -122,3 +122,7 @@ void SchedulerYield(UInt64 ticks) {
|
||||
gOSSchedulerCurrentTask->state = OSTaskStateSleeping;
|
||||
CPUException(kOSSchedulerExceptionNumber);
|
||||
}
|
||||
|
||||
UInt64 SchedulerGetNextProcessID() {
|
||||
return gOSSchedulerNextProcessID++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user