summaryrefslogtreecommitdiffhomepage
path: root/Srv
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-14 09:54:52 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-14 09:54:52 +0200
commit39e1aded9faa6a20d2afb89244766b87571b89a1 (patch)
tree370aa178e9bf1b79cd0b189f978aa7b4eac5d5d9 /Srv
parente2188feb99af7d537288f9e9c266b7d89ac6e736 (diff)
[META] BUMP, SEE BELOW.
+ Bumping sources. + Still doing R&D on SMP. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Srv')
-rw-r--r--Srv/.keepme0
-rw-r--r--Srv/OSHS/Start.cxx11
-rw-r--r--Srv/ReadMe.md3
3 files changed, 14 insertions, 0 deletions
diff --git a/Srv/.keepme b/Srv/.keepme
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/Srv/.keepme
diff --git a/Srv/OSHS/Start.cxx b/Srv/OSHS/Start.cxx
new file mode 100644
index 00000000..9b335020
--- /dev/null
+++ b/Srv/OSHS/Start.cxx
@@ -0,0 +1,11 @@
+/***
+ *
+ * (C) ZKA Technologies.
+ *
+ */
+
+int main(int argc, char const *argv[])
+{
+ /* code */
+ return 0;
+}
diff --git a/Srv/ReadMe.md b/Srv/ReadMe.md
new file mode 100644
index 00000000..65e58038
--- /dev/null
+++ b/Srv/ReadMe.md
@@ -0,0 +1,3 @@
+# New OS servers DLLs.
+
+- Used to provide a subsystem to a program.