From 360c69daf7a83ec31c384390d9ec37064b78b40e Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Apr 2025 16:56:37 +0200 Subject: 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 --- compile_flags.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile_flags.txt') 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__ -- cgit v1.2.3