diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-20 21:22:16 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-20 21:22:16 +0200 |
| commit | e5edad799f0f8dbe0b34baf55c30849c941a43f9 (patch) | |
| tree | 4ba49ec8e0d795e1d5e9a1638870ca4bf691bfa7 /tools | |
| parent | 89b938bcfb5ed69b639f363c91c4054e8d369e76 (diff) | |
feat: Heavily reworked the SMP subsystem paper.
refactor: BinaryMutex implementation and paper has been reworked as
well using LockAndWait instead of LockOrWait.
other: Reworked tooling macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/fsck.hefs.json | 8 | ||||
| -rw-r--r-- | tools/mkfs.hefs.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/fsck.hefs.json b/tools/fsck.hefs.json index d6ff4b0f..970665aa 100644 --- a/tools/fsck.hefs.json +++ b/tools/fsck.hefs.json @@ -1,5 +1,5 @@ { - "compiler_path": "g++", + "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": [ "../" @@ -9,8 +9,8 @@ ], "output_name": "./dist/fsck.hefs", "cpp_macros": [ - "kFSCKHEFSVersion=0x0100", - "kFSCKHEFSVersionHighest=0x0100", - "kFSCKHEFSVersionLowest=0x0100" + "kFsckHeFSVersion=0x0100", + "kFsckHeFSVersionHighest=0x0100", + "kFsckHeFSVersionLowest=0x0100" ] }
\ No newline at end of file diff --git a/tools/mkfs.hefs.json b/tools/mkfs.hefs.json index d29b7f73..542fa473 100644 --- a/tools/mkfs.hefs.json +++ b/tools/mkfs.hefs.json @@ -1,5 +1,5 @@ { - "compiler_path": "g++", + "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": [ "../" @@ -9,8 +9,8 @@ ], "output_name": "./dist/mkfs.hefs", "cpp_macros": [ - "kMKFSHEFSVersion=0x0100", - "kMKFSHEFSVersionHighest=0x0100", - "kMKFSHEFSVersionLowest=0x0100" + "kMkfsHeFSVersion=0x0100", + "kMkfsHeFSVersionHighest=0x0100", + "kMkfsHeFSVersionLowest=0x0100" ] }
\ No newline at end of file |
