Recommend Eric Kidd's Bare Metal Rust series

This commit is contained in:
Philipp Oppermann
2015-11-15 02:01:36 +01:00
parent 939d33efce
commit cf835e19ae

View File

@@ -358,3 +358,9 @@ for section in multiboot.elf_tag().sections() {
}
```
TODO
## Recommended Posts
Eric Kidd started the [Bare Metal Rust] series last week. Like this post, it builds upon the code from [Printing to Screen], but tries to support keyboard input instead of wrestling through memory management details ;).
[Bare Metal Rust]: http://www.randomhacks.net/bare-metal-rust/
[Printing to Screen]: {% post_url 2015-10-23-printing-to-screen %}