mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Link to the github issue from the UEFI section
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user