diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 01:39:46 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 01:39:46 +0100 |
| commit | cd429aa713c57757580b2ba1a8fd5e5c94b72708 (patch) | |
| tree | 7e4e318a4d29e0736dfd23024db845ce94cf5414 /dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc | |
| parent | 7821342e0fd790c0933f3e2579659b09aaa25098 (diff) | |
ADD: Lots of tweaks in this private branch of the kernel have been done here.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc index c6074d72..81479fc8 100644 --- a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc +++ b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc @@ -219,7 +219,7 @@ namespace Kernel::HAL kcout << "SMP: Starting APs...\r"; - UInt32 eax, edx; + UInt32 eax, edx; kApicBaseAddress = kMADTBlock->Address; while (Yes) |
