From 8ff462f831da8658143987d28ce837e4b149f567 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 30 Oct 2015 11:56:16 +0100 Subject: [PATCH] typo --- _posts/2015-10-23-printing-to-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-10-23-printing-to-screen.md b/_posts/2015-10-23-printing-to-screen.md index a0ea2559..6d63f5a2 100644 --- a/_posts/2015-10-23-printing-to-screen.md +++ b/_posts/2015-10-23-printing-to-screen.md @@ -421,7 +421,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]: {{ site.url }}/rust-os/cross-compile-binutils.html -[^fn-symlink]: You will need symlink `x86_64-none_elf-XXX` to `/usr/bin/XXX` where `XXX` is in {`as`, `ld`, `objcopy`, `objdump`, `strip`}. The `x86_64-none_elf-XXX` files must be in some folder that is in your `$PATH`. But then you can only build for your x86_64 host architecture, so use this hack only for testing. +[^fn-symlink]: You will need to symlink `x86_64-none_elf-XXX` to `/usr/bin/XXX` where `XXX` is in {`as`, `ld`, `objcopy`, `objdump`, `strip`}. The `x86_64-none_elf-XXX` files must be in some folder that is in your `$PATH`. But then you can only build for your x86_64 host architecture, so use this hack only for testing. - [RustOS]: More advanced kernel that supports allocation, keyboard inputs, and threads. It also has a scheduler and a basic network driver. [RustOS]: https://github.com/RustOS-Fork-Holding-Ground/RustOS