summaryrefslogtreecommitdiffhomepage
path: root/CITATION.cff
diff options
context:
space:
mode:
author0xf00sec <159052166+0xf00sec@users.noreply.github.com>2025-08-09 20:14:37 +0000
committerGitHub <noreply@github.com>2025-08-09 20:14:37 +0000
commitcfd80c4212d449c9b33cc9d18b05da6b3d2c52bc (patch)
tree77d15a66a6d600b72ddf69ff257a7692ed485ae5 /CITATION.cff
parentd9f1a4f656ced76df3f23eeec678e1a3be1fd432 (diff)
parent7ada9006860084ba5d72b517649d1b2d51e4484a (diff)
Merge branch 'nekernel-org:dev' into dev
Diffstat (limited to 'CITATION.cff')
-rw-r--r--CITATION.cff25
1 files changed, 25 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 00000000..5725fd6a
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,25 @@
+# This CITATION.cff file was generated with cffinit.
+# Visit https://bit.ly/cffinit to generate yours today!
+
+cff-version: 1.2.0
+title: NeKernel.org Operating System Kernel
+message: The Operating System Kernel of NeKernel.org
+type: software
+authors:
+ - given-names: Amlal
+ family-names: El Mahrouss
+ email: aelmahrouss@acm.org
+identifiers:
+ - type: url
+ value: 'https://nekernel.org'
+ description: NeKernel's website.
+repository-code: 'https://github.com/nekernel-org/nekernel'
+url: 'https://nekernel.org'
+abstract: >-
+ This is NeKernel.org's Operating System Kernel, authored
+ by Amlal El Mahrouss.
+keywords:
+ - kernel
+ - operating-system
+ - cpp
+license: GPL-3.0