diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-07 12:30:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-07 12:30:08 +0100 |
| commit | dc2b2cdf68efb7320d51cb4241f4878ceafb04da (patch) | |
| tree | 7ea9268fb3c54220787ad6c508aaf6e5af386e70 /dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc | |
| parent | ac62a264fe08839b46160e8ce218a32012883cd7 (diff) | |
Replace endl with kendl, and add make_fs; a tool to format a
filesystem under the EPM.
-> EPM + NeFS, HPFS, ext?
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc index c847f2b9..9987a0c5 100644 --- a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc +++ b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc @@ -235,7 +235,7 @@ namespace NeOS::HAL break; kAPICLocales[kSMPCount] = kMADTBlock->List[kSMPCount].LAPIC.ProcessorID; - kout << "SMP: APIC ID: " << number(kAPICLocales[kSMPCount]) << endl; + kout << "SMP: APIC ID: " << number(kAPICLocales[kSMPCount]) << kendl; // I'll just make the AP start from scratch here. @@ -258,7 +258,7 @@ namespace NeOS::HAL ++index; } - kout << "SMP: number of APs: " << number(kSMPCount) << endl; + kout << "SMP: number of APs: " << number(kSMPCount) << kendl; // Kernel is now SMP aware. // That means that the scheduler is now available (on MP Kernels) |
