blob: e6c727e8c7819e9384a514f822ffefc2362e8f9e (
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
|
<!-- NuX OS -->
<div align="center">
<img src="Meta/NewOS.svg"/>
</div>
NewOS is an operating system based on Common User Access and the microkernel NewKernel codename: 'Ne'.
<br>
You need:
- MinGW/CodeTools for the kernel and bootloader.
- Netwide Assembler/CodeTools to output COFF/PEF object code.
Start by cloning the repo:
```
git clone git@bitbucket.org:mahrouss/microkernel.git
```
And execute:
```
make all
```
for the default target (AMD64 EPM)
##### Copyright, SoftwareLabs, all rights reserved.
|