summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/kernel-build.yml2
-rw-r--r--README.md44
m---------src/kernel0
m---------src/nectar0
4 files changed, 20 insertions, 26 deletions
diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml
index 06894ae..a647b78 100644
--- a/.github/workflows/kernel-build.yml
+++ b/.github/workflows/kernel-build.yml
@@ -22,5 +22,5 @@ jobs:
- name: Install QEMU-IMG
run: sudo apt update && sudo apt install qemu-utils
- name: Attempt Kernel Build
- run: mkdir tmp && sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64 nasm && git clone https://github.com/ne-foss-org/ne_kernel.git tmp/kernel && cd tmp/kernel && cd src/kernel && ./scripts/debug_ahci_x64.sh
+ run: mkdir tmp && sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64 nasm && git clone https://github.com/ne-foss-org/ne_kernel.git tmp/kernel && cd tmp/kernel && ./scripts/any_ci_x64.sh
diff --git a/README.md b/README.md
index 2624b17..4b4a3b4 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,33 @@
<!-- Read Me of NeKernel Sources -->
-<div align="center">
- <h1>
- <b>🍯 The NeSystem:</b>
- </h1>
- <p>
- <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
- </p>
-</div>
+# 🍯 The NeSystem
+
+<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
+![GitHub Repo stars](https://img.shields.io/github/stars/ne-foss-org/ne-system)
+
+# About:
+
+A project that aims to provide an alternative for backend systems. (Edge Computing, Storage Systems, etc.) made to be easily deployable and forkable as well.
## Getting Started:
+## Building:
+
+You will need:
+
+- `nebuild`, the in-house build system.
+- `MinGW` or `Clang`, depending on the HAL/target ISA.
+- `CoreUtils`, for the core compiler utilities.
+
+Please follow the the tutorials in `/src/reference` to get started.
+
### Quick Install:
```sh
curl -fsSL http://install.nekernel.org | sh
```
-### Long Version:
+### Full installation:
Please clone the repository using Git:
@@ -42,22 +52,6 @@ There is three main reasons for this repository's existence:
- Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel)
- Easier cycles and vetting for Ne.org releases.
-## Building:
-
-You will need:
-
-- `nebuild` for the kernel build system.
-- `MinGW` or `Clang` depending on the HAL/target ISA.
-- `GNU CoreUtils` for the core compiler utilities.
-
-Please follow the the tutorials in `/src/reference` to get started.
-
-## Love the work?
-
-Give us a star on GitHub!
-
-![GitHub Repo stars](https://img.shields.io/github/stars/ne-foss-org/ne_system)
-
## The Package Registry:
We have a package registry for the NeSystem: [https://github.com/ne-ci-org/ports](https://github.com/ne-ci-org/ports) package porting happens here.
diff --git a/src/kernel b/src/kernel
-Subproject f8b1283f6ec23a809c3498e037c6cb13b841b2e
+Subproject 6afe9f774af355a8889fb9fe08b742992bce7b0
diff --git a/src/nectar b/src/nectar
-Subproject f25ebc2161fa4d5547eb5a9050f20e907d2e94d
+Subproject 4cd71ece6b436bd84e87a5e9385e9b03ffaea32