Link to the github issue from the UEFI section

This commit is contained in:
Philipp Oppermann
2018-02-10 16:09:22 +01:00
parent 56be17ab80
commit dc50747c78

View File

@@ -77,7 +77,7 @@ Because of these drawbacks we decided to not use GRUB or the Multiboot standard.
### UEFI
TODO
(We don't provide UEFI support at the moment, but we would love to! If you'd like to help, please tell us in the [Github issue](https://github.com/phil-opp/blog_os/issues/349).)
## A Minimal Kernel
Now that we roughly know how a computer boots, it's time to create our own minimal kernel. Our goal is to create a disk image that prints a green “Hello” to the screen when booted. For that we build upon the [freestanding Rust binary] from the previous post.