tag: #rust (2 posts)
Show all tags- 
        
            Operating Systems in Rust #2: Shell
            
                Jul 08
                
            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.
- 
        
            Operating Systems in Rust #1: Hello RISC-V
            
                May 07
                
            In this first post, we'll set up our environment and write a simple program that prints 'Hello World' to the screen.