tag: #rust (2 posts)
Show all tags-
Jul 08
Operating Systems in Rust #2: Shell
Continuing with the kernel we started in the previous post, we'll add a simple shell and a global allocator to use heap allocated data structures.
-
May 07
Operating Systems in Rust #1: Hello RISC-V
In this first post, we'll set up our environment and write a simple program that prints 'Hello World' to the screen.