summaryrefslogtreecommitdiffhomepage
path: root/Subsys
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 14:19:42 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 14:19:42 +0200
commitdf8393cebbae61ed7686be17a28d80c657f49b7e (patch)
tree96a67cbbe80a69f2b3c59a94a517741b6583a88b /Subsys
parent209ebb8caa774c8d73ead8e0eba3bd65d138930f (diff)
[IMP] Code cleanup and improvements of the bootloader, still trying to
figure what is going wrong on the kernel's DLL. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Subsys')
-rw-r--r--Subsys/NKLogOn/Start.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/Subsys/NKLogOn/Start.cxx b/Subsys/NKLogOn/Start.cxx
new file mode 100644
index 00000000..9b335020
--- /dev/null
+++ b/Subsys/NKLogOn/Start.cxx
@@ -0,0 +1,11 @@
+/***
+ *
+ * (C) ZKA Technologies.
+ *
+ */
+
+int main(int argc, char const *argv[])
+{
+ /* code */
+ return 0;
+}