Remove rust-os category

This commit is contained in:
Philipp Oppermann
2015-11-06 19:43:02 +01:00
parent 870d858018
commit ba5550aebb
8 changed files with 9 additions and 19 deletions

View File

@@ -6,11 +6,11 @@ redirect_from: "/archive/"
## Rust OS
{% for post in site.categories.rust-os reversed %}
{% for post in site.posts 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)
* [binutils]({{ site.url }}/cross-compile-binutils.html)
* [libcore]({{ site.url }}/cross-compile-libcore.html)