From 132a994db4047575a7c453cf1375cca458a1c26c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 6 Aug 2025 09:51:10 +0100 Subject: feat: add citation file for papers. Signed-off-by: Amlal El Mahrouss --- CITATION.cff | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CITATION.cff (limited to 'CITATION.cff') 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 -- cgit v1.2.3