mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Include cross compiling posts in archive + redesign
This commit is contained in:
11
archive.md
11
archive.md
@@ -4,8 +4,13 @@ title: Archive
|
|||||||
redirect_from: "/archive/"
|
redirect_from: "/archive/"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Blog Posts
|
## Rust OS
|
||||||
|
|
||||||
{% for post in site.posts reversed %}
|
{% for post in site.categories.rust-os reversed %}
|
||||||
* {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }})
|
* [ {{ post.title }} ]({{ post.url }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
### Cross Compiling for Rust OS
|
||||||
|
|
||||||
|
* [binutils]({{ site.url }}/rust-os/cross-compile-binutils.html)
|
||||||
|
* [libcore]({{ site.url }}/rust-os/cross-compile-libcore.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user