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)