Update Readme.md
This commit is contained in:
parent
fb5fc7ba6c
commit
a8e28c491b
12
Readme.md
12
Readme.md
|
@ -20,19 +20,17 @@ To compile this project from sources, you must first install the dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
apt update && apt upgrade
|
apt update && apt upgrade
|
||||||
apt install grub-pc dosfstools make nasm
|
apt install grub-pc dosfstools make nasm qemu
|
||||||
```
|
```
|
||||||
|
|
||||||
You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`.
|
You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`.
|
||||||
|
|
||||||
To compile for the first time, you must compile the whole project, in order to build the loop disk image :
|
To compile, simply use at the root of this project :
|
||||||
|
|
||||||
```
|
```
|
||||||
make all
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
After that, you can use this to compile the kernel only :
|
To compile and test, simply use at the root of this project :
|
||||||
|
|
||||||
```
|
```
|
||||||
make kaleid
|
make test
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue