From 145c7a228548cc36ae8388c4f8cf8a705eba392e Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 24 Oct 2015 21:12:04 +0200 Subject: [PATCH] Include cross compiling posts in archive + redesign --- archive.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/archive.md b/archive.md index 7f74ee71..fc309b9b 100644 --- a/archive.md +++ b/archive.md @@ -4,8 +4,13 @@ title: Archive redirect_from: "/archive/" --- -## Blog Posts +## Rust OS -{% for post in site.posts reversed %} - * {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }}) +{% for post in site.categories.rust-os reversed %} + * [ {{ post.title }} ]({{ post.url }}) {% endfor %} + +### Cross Compiling for Rust OS + +* [binutils]({{ site.url }}/rust-os/cross-compile-binutils.html) +* [libcore]({{ site.url }}/rust-os/cross-compile-libcore.html)