tasking: fix stack corruption on the scheduler trigger

This commit is contained in:
2025-08-20 20:59:08 +03:00
parent 9fdc551308
commit 92511dbcd7
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -68,6 +68,8 @@ typedef struct Process
l9660_dir* cwd;
void* brk;
uint32_t kstack_top;
} Process;
extern Process* current;