diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-22 08:48:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-22 08:48:07 +0200 |
| commit | 42ae768f08f2ec8a41d2ea2183f30a571f0c432f (patch) | |
| tree | 2a35117f79852db506b316e8f0e68a6bb70db9bd /compile_flags.txt | |
| parent | 4f8fb9c70f814de796d61d7d85d4bf133afddafa (diff) | |
dev, kernel: VEPM WiP implementation, and syschk fixes in WiP.
- Currently working on VEPM and adapting it to SysChk.
- Refactor DriveMgr for VEPM.
- Fix warnings in HeFS.cc, ALIGN(8) on HeFS.h
- Update PIO modules to use VEPM.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 001d0cfc..604ab767 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -21,7 +21,8 @@ -Wall -Wpedantic -Wextra --DBOOTZ_GPT_SUPPORT -D__FSKIT_INCLUDES_HEFS__ -D__FSKIT_INCLUDES_NEFS__ --D__FSKIT_INCLUDES_EXT2__
\ No newline at end of file +-D__FSKIT_INCLUDES_EXT2__ +-D__NE_VEPM__ +-DBOOTZ_VEPM_SUPPORT
\ No newline at end of file |
