From d3f87b1b84d355ad72366ced5d7e5a43207226c0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Sep 2025 23:29:48 +0200 Subject: feat: kernel: startup sequence fix, and new mgmt.hefs manual. wip: LaunchKit for the `ne_launch` program. Signed-off-by: Amlal El Mahrouss --- public/tools/mgmt.launch/src/CommandLine.cc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/tools/mgmt.launch/src/CommandLine.cc (limited to 'public/tools/mgmt.launch/src/CommandLine.cc') diff --git a/public/tools/mgmt.launch/src/CommandLine.cc b/public/tools/mgmt.launch/src/CommandLine.cc new file mode 100644 index 00000000..6015988e --- /dev/null +++ b/public/tools/mgmt.launch/src/CommandLine.cc @@ -0,0 +1,5 @@ +#include + +SInt32 _NeMain(SInt32 argc, Char* argv[]) { + return EXIT_FAILURE; +} \ No newline at end of file -- cgit v1.2.3