readme
This commit is contained in:
parent
68abeabb0f
commit
93b06cea11
1 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,15 @@ based on [Writing an OS in rust](https://os.phil-opp.com/)
|
||||||
|
|
||||||
# compiling
|
# compiling
|
||||||
|
|
||||||
|
## dependencies
|
||||||
|
|
||||||
|
`pacman -S \
|
||||||
|
grub2\
|
||||||
|
xorriso\
|
||||||
|
mtools\
|
||||||
|
binutils
|
||||||
|
`
|
||||||
|
|
||||||
a standard development environment can be invoked:
|
a standard development environment can be invoked:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue