42-archive/kernel-rs/README.md
Jack Halford 93b06cea11 readme
2018-02-04 18:16:37 +00:00

24 lines
358 B
Markdown

based on [Writing an OS in rust](https://os.phil-opp.com/)
# compiling
## dependencies
`pacman -S \
grub2\
xorriso\
mtools\
binutils
`
a standard development environment can be invoked:
```
docker run jzck/arch-kernel -it /usr/bin/zsh
```
clone the repo and `make iso`
# running
`make run` in your host operating system to launch qemu gtk window