Update README.md
This commit is contained in:
parent
91e5bbf83d
commit
0addc2e952
|
@ -11,7 +11,7 @@ For changelog, see [ChangeLog](ChangeLog)
|
||||||
|
|
||||||
For structure of the sources, see [ProjectTree](ProjectTree)
|
For structure of the sources, see [ProjectTree](ProjectTree)
|
||||||
|
|
||||||
For our IRC channel, see #os.k-devel on [Freenode](https://webchat.freenode.net)
|
For our IRC channel, see `#os.k-devel` on [Freenode](https://webchat.freenode.net)
|
||||||
|
|
||||||
Note that every file within OS/K is written using spaces for tabulation, with each
|
Note that every file within OS/K is written using spaces for tabulation, with each
|
||||||
tabulation being 4 spaces long.
|
tabulation being 4 spaces long.
|
||||||
|
@ -25,7 +25,7 @@ apt update && apt upgrade
|
||||||
apt install grub-pc-bin dosfstools make nasm qemu tree
|
apt install grub-pc-bin dosfstools make nasm qemu tree
|
||||||
```
|
```
|
||||||
|
|
||||||
You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) and its "bin" repertory in your PATH.
|
You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) and its ``bin`` directory in your PATH.
|
||||||
|
|
||||||
To compile, simply use at the root of this project :
|
To compile, simply use at the root of this project :
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue