diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-01-19 14:12:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-01-19 14:12:27 +0100 |
| commit | 5d712c34f9254351e5c9f6fd4c465b42114661d0 (patch) | |
| tree | cbb3cec7b056f817417227d1e8004520166e1fa3 /Source | |
| parent | 9d6babb9a3b9ffbedc1fa377f47ff6b3f7585056 (diff) | |
Revision I: Extending PowerPC support.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/DriveManager.cxx | 3 | ||||
| -rw-r--r-- | Source/Json.cxx | 9 | ||||
| -rw-r--r-- | Source/SMPManager.cxx | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/Source/DriveManager.cxx b/Source/DriveManager.cxx index 23e08707..9e80c14e 100644 --- a/Source/DriveManager.cxx +++ b/Source/DriveManager.cxx @@ -7,9 +7,6 @@ * ======================================================== */ -#include <FSKit/NewFS.hxx> -#include <NewKit/Utils.hpp> - #include <KernelKit/DebugOutput.hpp> #include <KernelKit/DriveManager.hpp> diff --git a/Source/Json.cxx b/Source/Json.cxx index dd106a4e..fe086271 100644 --- a/Source/Json.cxx +++ b/Source/Json.cxx @@ -1,3 +1,12 @@ +/* +* ======================================================== +* +* hCore +* Copyright Mahrouss Logic, all rights reserved. +* +* ======================================================== +*/ + #include <NewKit/Json.hpp> using namespace hCore; diff --git a/Source/SMPManager.cxx b/Source/SMPManager.cxx index d2adf0cb..a12cf513 100644 --- a/Source/SMPManager.cxx +++ b/Source/SMPManager.cxx @@ -16,14 +16,6 @@ namespace hCore { - // @brief wakes up thread. - // wakes up thread from hang. - extern void rt_wakeup_thread(HAL::StackFrame* stack); - - // @brief makes thread sleep. - // hooks and hangs thread to prevent code from executing. - extern void rt_hang_thread(HAL::StackFrame* stack); - // A ProcessorCore class takes care of it's owned hardware thread. // It has a stack for it's core. |
