diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-06 02:19:20 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-06 02:19:20 -0500 |
| commit | 76ac1db6d286ec2f0ba1f643fea58e7b8a388a63 (patch) | |
| tree | 56dc5642681c003b594d4ea4d3a02fc2a2756cbb | |
| parent | ea17c58930816a309b3bd664def58fec1be239c5 (diff) | |
chore: New readme, index.md, and updated wg02.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 17 | ||||
| -rw-r--r-- | draft/INDEX.md | 6 | ||||
| -rw-r--r-- | draft/wg02/cpp_cps.tex (renamed from draft/wg02/core_process_scheduler.tex) | 2 | ||||
| -rw-r--r-- | draft/wg03/.keep | 0 | ||||
| -rw-r--r-- | tools/build.py | 7 |
5 files changed, 17 insertions, 15 deletions
@@ -1,7 +1,16 @@ -# The NeKernel Papers. +# The WG Papers. -## Brief +## Introduction: -Here are the NeKernel papers, freely available under Apache 2.0, Authored by Amlal El Mahrouss.<br/> -If you wish to cite the paper, refer to the CITATION.cff. +These are Working Group Papers of the NeKernel.org project. +Refer to [`CITATION.cff`](CITATION.cff) if you wish to cite these documents. +## Getting Started: + +Please fork and clone the repository first: + +```sh +git clone git@github.com:<your-username>/draft.git +``` + +##### (c) 2025 Amlal El Mahrouss & NeKernel.org Authors, licensed under Apache 2.0.
\ No newline at end of file diff --git a/draft/INDEX.md b/draft/INDEX.md index e79a0b8..5ff9a1e 100644 --- a/draft/INDEX.md +++ b/draft/INDEX.md @@ -4,6 +4,6 @@ This file indexes the different working groups and their purpose. ## Working Groups -- WG01: Kernel Architecture Group. -- WG02: Multi-Tasking Group. -- WG03: Compiler Design Group. +- WG01: `Kernel Architecture Group.` +- WG02: `Multi-Tasking Group.` +- WG03: `Compiler Design Group.` diff --git a/draft/wg02/core_process_scheduler.tex b/draft/wg02/cpp_cps.tex index e0ed653..ad55331 100644 --- a/draft/wg02/core_process_scheduler.tex +++ b/draft/wg02/cpp_cps.tex @@ -2,7 +2,7 @@ \usepackage{graphicx} \usepackage{hyperref} -\title{WG02: CoreProcessScheduler} +\title{WG02: The CoreProcessScheduler} \author{Amlal El Mahrouss\\NeKernel.org} \date{\today} diff --git a/draft/wg03/.keep b/draft/wg03/.keep deleted file mode 100644 index e69de29..0000000 --- a/draft/wg03/.keep +++ /dev/null diff --git a/tools/build.py b/tools/build.py deleted file mode 100644 index c80c695..0000000 --- a/tools/build.py +++ /dev/null @@ -1,7 +0,0 @@ -#! /usr/bin/env python3 -# -*- coding: utf-8 -*- - -import os, sys - -if __name__ == '__main__': - sys.exit(None)
\ No newline at end of file |
