diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 13:02:30 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 13:02:30 +0100 |
| commit | ede6c1e0fd670d5af1c62ab52847fc518cfd4e9c (patch) | |
| tree | 6c06cd1239bf279ed94623146b9606669da98a1e /dev/Kernel/POSIXKit/unix_layer.h | |
| parent | bd2b4ed76032cbfb997a9452bdd221dfab9edd82 (diff) | |
NeKernel 1.0.0
- SMP scheduling.
- Ne Filesystem.
- Functional microkernel.
- Working AMD64 support.
- WiP ARM64 support.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/POSIXKit/unix_layer.h')
| -rw-r--r-- | dev/Kernel/POSIXKit/unix_layer.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev/Kernel/POSIXKit/unix_layer.h b/dev/Kernel/POSIXKit/unix_layer.h deleted file mode 100644 index f543ed41..00000000 --- a/dev/Kernel/POSIXKit/unix_layer.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -------------------------------------------
-
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
-
-------------------------------------------- */
-
-#pragma once
-
-#include <NewKit/Defines.h>
-#include <KernelKit/UserProcessScheduler.h>
-#include <KernelKit/PEFCodeMgr.h>
-#include <SystemKit/TeamScheduler.h>
-#include <SystemKit/SwapDisk.h>
\ No newline at end of file |
