diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-04 22:20:17 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-04 22:20:17 +0200 |
| commit | 1069f411d413e2185f6536b01b8993187056fcd8 (patch) | |
| tree | 2b8bbfd6f2e497bd0e8a533f1fbf1ecd3fef29b6 /dev/ZKA/Sources/IDLLObject.cxx | |
| parent | 0aaf98a4875893914b3c75cb0eb1eb0971412377 (diff) | |
[ IMP ] BMP allocator needs more tweaking and fixes, to be usable.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/IDLLObject.cxx')
| -rw-r--r-- | dev/ZKA/Sources/IDLLObject.cxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ZKA/Sources/IDLLObject.cxx b/dev/ZKA/Sources/IDLLObject.cxx new file mode 100644 index 00000000..b6b6a348 --- /dev/null +++ b/dev/ZKA/Sources/IDLLObject.cxx @@ -0,0 +1,15 @@ +/* + * ======================================================== + * + * newoskrnl + * Copyright ZKA Technologies., all rights reserved. + * + * ======================================================== + */ + +#include <KernelKit/IDLLObject.hxx> +#include <KernelKit/DebugOutput.hxx> + +#include <KernelKit/UserProcessScheduler.hxx> + +using namespace Kernel; |
