Fix broken link

This commit is contained in:
Philipp Oppermann
2017-06-25 20:53:43 +02:00
parent bfe0d12a60
commit d5fe84e1c6

View File

@@ -650,7 +650,7 @@ _Note_: You need to [cross compile binutils] to build it (or you create some sym
[Rust Bare-Bones Kernel]: https://github.com/thepowersgang/rust-barebones-kernel
[higher half]: http://wiki.osdev.org/Higher_Half_Kernel
[cross compile binutils]: ./posts/cross-compile-binutils/index.md
[cross compile binutils]: ./extra/cross-compile-binutils.md
- [RustOS]: More advanced kernel that supports allocation, keyboard inputs, and threads. It also has a scheduler and a basic network driver.