diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-12 05:32:09 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-12 05:32:09 +0200 |
| commit | 95f2fc6a9ba93d98a81a817c489de5946dc3f13b (patch) | |
| tree | b97f07c20b41a34550eaa37bc877507e044e356a /compile_flags.txt | |
| parent | b323d403149db3d720a63af1087d44718821bd67 (diff) | |
Kernel and Bootloader improvements.
- The Allocator works, we have to find a free memory region for the kernel though.
- Add Init procedure to DriveMgr.
- Refactor CG for cgwm.sys
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 6ff52e28..c2773875 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -5,3 +5,4 @@ -std=c++20 -D__ZKA_AMD64__ -D__NEWOSKRNL__ +-D__FSKIT_USE_NEFS__ |
