diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-06 09:51:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-06 09:51:10 +0100 |
| commit | 132a994db4047575a7c453cf1375cca458a1c26c (patch) | |
| tree | b5dac3ec09d80007177c262dc834da20ab786a04 /CITATION.cff | |
| parent | 1bde51e7123ebe7660edecabd3d9dca355d1751f (diff) | |
feat: add citation file for papers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CITATION.cff')
| -rw-r--r-- | CITATION.cff | 25 |
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 |
