diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-23 15:57:42 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-23 16:00:35 +0200 |
| commit | e2bd3c7b6fcd6147fcbf699be087a475608ffdf7 (patch) | |
| tree | 962ce7dd6efeda9dc6b96b9d0e47dfcc241f1c11 /compile_flags.txt | |
| parent | 80f5f9dfdaaf68d9e63a7bc3ba1187ca447eadc9 (diff) | |
feat(krnl, libSystem, boot): Make space for LibSystem inside Handover
boot structure.
what:
- Mostly related to the libSystem.sys library.
- Updated the implementation of it, the specs, and added new
APIs.
- Fixed the hooks inside AsmProc.h
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index e9a887a3..6dd6300a 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -2,6 +2,8 @@ -Idev/ -Idev/user -Idev/boot +-Idev/system_sdk +-Idev/generic_kits -Idev/ddk -Ipublic/tools -Ipublic/tools/mk.app |
