This post gives an overview of the recent updates to the Writing an OS in Rust blog and the corresponding libraries and tools. blog_os The repository of the Writing an OS in Rust blog received the following updates: Move #[global_allocator] into allocator module Update many_boxes test to scale with heap size New post about allocator designs 🎉 Provide multiple implementations of align_up and mention performance Refactor Simplified Chinese translation of post 3 by @Rustin-Liu Use checked add...