This commit is contained in:
Jack Halford 2018-02-04 18:16:37 +00:00
parent 68abeabb0f
commit 93b06cea11

View file

@ -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:
``` ```