diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-20 16:47:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-20 16:47:35 +0200 |
| commit | bc97b2b790eb06d8f9adb8ef8fa41874d7d19770 (patch) | |
| tree | a6929db78467c2b07877abb9d9aad579d77139bb /compile_flags.txt | |
| parent | 699e395505a602f4a731c481646233d87f87a85c (diff) | |
kernel, dev: python script to make an ESP from files.
- Started implementing the wrt_* APIs (Wide string functions)
- Make user.sys link now, need to implement more syscalls.
- Tiny HEFS refactors too.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 59862b28..001d0cfc 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -12,7 +12,6 @@ -std=c++20 -D__NE_AMD64__ -D__NEOSKRNL__ --D__FSKIT_INCLUDES_NEFS__ -D__NE_ED__ -xc++ -D__AHCI__ @@ -23,5 +22,6 @@ -Wpedantic -Wextra -DBOOTZ_GPT_SUPPORT --D__FSKIT_INCLUDES_HeFS__ +-D__FSKIT_INCLUDES_HEFS__ +-D__FSKIT_INCLUDES_NEFS__ -D__FSKIT_INCLUDES_EXT2__
\ No newline at end of file |
