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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df03c3e1..fc656b48 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ public/frameworks/*/dist/* neoskrnl/neoskrnl.xcodeproj/project.xcworkspace/xcshareddata/ +tooling/dist/mkfs.hefs + html/ latex/ -- cgit v1.2.3