diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-26 16:56:37 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-26 17:15:56 +0200 |
| commit | 360c69daf7a83ec31c384390d9ec37064b78b40e (patch) | |
| tree | bf78f6267b032815f992f02768251186dbeda7d5 /compile_flags.txt | |
| parent | 9c33e844d76f9db6d7110de4f05cbe2084cdbca1 (diff) | |
dev, kernel, tooling: add HeFS tooling and early allocation stategy.
why?
- we need to format it externally too.
- a in-kernel format doesn't handle every case.
- and i have to fix the createdir, createfile methods for correct inode dir linking.
Signed-off-by: Amlal <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 cef28da1..be8085bd 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -13,6 +13,8 @@ -Ipublic/tools/open -Ipublic/frameworks -Idev/boot/BootKit +-Itooling/ +-I./ -std=c++20 -D__NE_AMD64__ -D__NEOSKRNL__ |
