summaryrefslogtreecommitdiffhomepage
path: root/tools/chk.hefs.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:05:07 +0100
committerGitHub <noreply@github.com>2025-11-17 10:05:07 +0100
commit062c4bb508bf6ec7334d374fef2e0e10623b2df9 (patch)
tree137a91eb22d1a9207fd4322ced08c3b6388c5eb5 /tools/chk.hefs.json
parent36269e57831e560df6a0da9c9d02c00671b0163d (diff)
parent791fcd646503f05617f22e6006c115095746da26 (diff)
Merge pull request #69 from nekernel-org/dev
release: NeKernel v0.0.7
Diffstat (limited to 'tools/chk.hefs.json')
-rw-r--r--tools/chk.hefs.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/chk.hefs.json b/tools/chk.hefs.json
new file mode 100644
index 00000000..58918613
--- /dev/null
+++ b/tools/chk.hefs.json
@@ -0,0 +1,16 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../"
+ ],
+ "sources_path": [
+ "chk.hefs.cc"
+ ],
+ "output_name": "./dist/chk.hefs",
+ "cpp_macros": [
+ "kFsckHeFSVersion=0x0100",
+ "kFsckHeFSVersionHighest=0x0100",
+ "kFsckHeFSVersionLowest=0x0100"
+ ]
+} \ No newline at end of file