blob: 50082a7106f5c88792ffb4166162c4cb9946afda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!-- README of NeKernel -->
# Open New Kernel Architecture (NeKernel)
## Brief
Stripped down version of NeKernel for open-source purposes.
## Demo Screenshots:


## Requirements
- MinGW/GCC for the Kernel, Boot Loader and the LibSCI.
- Netwide Assembler for the x64 assembly files (in case you're compiling for AMD64).
### Installation
Clone repository:
```
git clone git@github.com:mediaswirl/openne.git
cd openne
```
</br>
And then select the makefile (arm64 and amd64 are stable and EFI based) to execute:
```
make -f amd64-efi.make all
```
###### Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. All rights reserved.
|