blob: e5beac8e6aab06f4fd5e35277025ec3e544ab487 (
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
|
<!-- README -->
NewOS is an operating system based on Zeta^1 and a microkernel codenamed 'Ne'.
<br>
You need:
- MinGW/GCC 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 -f amd64-efi.make all
```
for the custom target 'AMD64 EPM'
##### Copyright, Zeta Electronics Corporation, all rights reserved.
|