diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-28 08:37:45 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-28 10:07:41 +0200 |
| commit | d42e9fa42af70105346f14c8b48f60cd3f4ea845 (patch) | |
| tree | 34b58def6fb1129028276e90c2a1f594634b6c1e /Kernel/HALKit/POWER | |
| parent | 3feb5cb72e3e422e804098e2fdcb0bd3e7961627 (diff) | |
[IMP] New Storage.hpp inside StorageKit.
[REFACTOR] Process heap adjustements.
[WIP] SMP and Ring-3 switch for scheduler core.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/POWER')
| -rw-r--r-- | Kernel/HALKit/POWER/HalSerialPort.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/POWER/HalSerialPort.cxx b/Kernel/HALKit/POWER/HalSerialPort.cxx index 3c62824b..86b43bb7 100644 --- a/Kernel/HALKit/POWER/HalSerialPort.cxx +++ b/Kernel/HALKit/POWER/HalSerialPort.cxx @@ -17,7 +17,7 @@ void ke_io_write(const Char* bytes) return; SizeT index = 0; - SizeT len = rt_string_len(bytes, 0); + SizeT len = rt_string_len(bytes, 255); while (index < len) { |
