diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 02:42:53 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 02:42:53 -0500 |
| commit | 88089b7dc28e47bb94de6e6de123e1be58f7dd5f (patch) | |
| tree | fbf21bc97fbf21f919de8ba5a895dd0e9ba0b78c | |
| parent | 35a6a5c870164947ce4e865b30e8b93f320d0ab5 (diff) | |
feat: add citation ability.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | CITATION.cff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..6888120 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +# 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 in C++ +message: The Operating System 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 Website. +repository-code: 'https://github.com/nekernel-org/system' +url: 'https://nekernel.org' +abstract: >- + This is NeKernel.org's Operating System, authored + by Amlal El Mahrouss. +keywords: + - kernel + - operating-system + - bootloader + - library + - os + - cpp +license: Apache-2.0 |
