diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-11 13:04:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 13:04:22 +0200 |
| commit | 57d040e3e6b6d0257c0ba5a914396520b18d9d87 (patch) | |
| tree | 78be4974d8a24e983034b0962ac5435f1b1d0b53 /public/tools | |
| parent | 7690c1976b3127e17370708aef47ba3f18f3b8c2 (diff) | |
| parent | f775566da3cf4f8e3ffd4ca6dfe0a3c7776c3b35 (diff) | |
Merge pull request #30 from nekernel-org/dev0.0.2e2
0.0.2e2
Diffstat (limited to 'public/tools')
| -rw-r--r-- | public/tools/mgmt.hefs/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/mgmt.hefs.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/vendor/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/mgmt.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/src/CommandLine.cc | 5 | ||||
| -rw-r--r-- | public/tools/mgmt/vendor/.keep | 0 |
9 files changed, 43 insertions, 0 deletions
diff --git a/public/tools/mgmt.hefs/.keep b/public/tools/mgmt.hefs/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/.keep diff --git a/public/tools/mgmt.hefs/mgmt.hefs.json b/public/tools/mgmt.hefs/mgmt.hefs.json new file mode 100644 index 00000000..dc1181c3 --- /dev/null +++ b/public/tools/mgmt.hefs/mgmt.hefs.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt.hefs", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt.hefs/src/.keep b/public/tools/mgmt.hefs/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/src/.keep diff --git a/public/tools/mgmt.hefs/vendor/.keep b/public/tools/mgmt.hefs/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/vendor/.keep diff --git a/public/tools/mgmt/.keep b/public/tools/mgmt/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/.keep diff --git a/public/tools/mgmt/mgmt.json b/public/tools/mgmt/mgmt.json new file mode 100644 index 00000000..5cdd0ec7 --- /dev/null +++ b/public/tools/mgmt/mgmt.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt/src/.keep b/public/tools/mgmt/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/src/.keep diff --git a/public/tools/mgmt/src/CommandLine.cc b/public/tools/mgmt/src/CommandLine.cc new file mode 100644 index 00000000..45990d08 --- /dev/null +++ b/public/tools/mgmt/src/CommandLine.cc @@ -0,0 +1,5 @@ +#include <user/SystemCalls.h> + +SInt32 _NeMain(SInt32 argc, Char* argv[]) { + return EXIT_FAILURE; +}
\ No newline at end of file diff --git a/public/tools/mgmt/vendor/.keep b/public/tools/mgmt/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/vendor/.keep |
