mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Rename second-edition subfolder to `edition-2
This commit is contained in:
@@ -6,7 +6,7 @@ aliases = ["status-update/2019-06-04/index.html"]
|
||||
|
||||
This post gives an overview of the recent updates to the _Writing an OS in Rust_ blog and the used libraries and tools.
|
||||
|
||||
My focus this month was to finish the [_Heap Allocation_](@/second-edition/posts/10-heap-allocation/index.md) post, on which I had been working since March. I originally wanted to include a section about different allocator designs (bump, linked list, slab, …) and how to implement them, but I decided to split it out into a separate post because it became much too long. I try to release this half-done post soon.
|
||||
My focus this month was to finish the [_Heap Allocation_](@/edition-2/posts/10-heap-allocation/index.md) post, on which I had been working since March. I originally wanted to include a section about different allocator designs (bump, linked list, slab, …) and how to implement them, but I decided to split it out into a separate post because it became much too long. I try to release this half-done post soon.
|
||||
|
||||
Apart from the new post, there were some minor updates to the `x86_64`, `bootloader` and `cargo-xbuild` crates. The following gives a short overview of notable changes to the different projects.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ This post gives an overview of the recent updates to the _Writing an OS in Rust_
|
||||
|
||||
I focused my time this month on finishing the long-planned post about [**Async/Await**]. In addition to that, there were a few updates to the crates behind the scenes, including some great contributions and a new `vga` crate.
|
||||
|
||||
[**Async/Await**]: @/second-edition/posts/12-async-await/index.md
|
||||
[**Async/Await**]: @/edition-2/posts/12-async-await/index.md
|
||||
|
||||
As mentioned in the _Async/Await_ post, I'm currently looking for job in Karlsruhe (Germany) or remote, so please let me know if you're interested.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user