diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-09 11:46:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-09 11:46:00 +0100 |
| commit | be974217785b99c3f424f1550836e47442d53a11 (patch) | |
| tree | 7ade5ac407edf246c748e2df5a90a26ae0360eed /dev/ZKAKit/src/HardwareThreadScheduler.cc | |
| parent | 3aeff1f8f141f771d5c895e1653dfdc106289ebc (diff) | |
IMP: DriveMgr initializes first before reading first block now.
IMP: AHCI has been improved and is getting fixed.
Diffstat (limited to 'dev/ZKAKit/src/HardwareThreadScheduler.cc')
| -rw-r--r-- | dev/ZKAKit/src/HardwareThreadScheduler.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ZKAKit/src/HardwareThreadScheduler.cc b/dev/ZKAKit/src/HardwareThreadScheduler.cc index 5316f53a..7e124c0a 100644 --- a/dev/ZKAKit/src/HardwareThreadScheduler.cc +++ b/dev/ZKAKit/src/HardwareThreadScheduler.cc @@ -112,10 +112,9 @@ namespace Kernel if (!hal_check_stack(frame)) return No; - this->fStack = frame; + this->fStack = frame; this->fSourcePID = pid; - Bool ret = mp_register_process(image, stack_ptr, fStack, this->fSourcePID); if (ret) |
