In my previous post, I talk about my joy to program my first operating system from scratch (arOS), using assembly and rust code. Steve Klabnik, initiator of the intermezzOS project, hasn’t explain his own solution to display some text on screen, easily and using Rust. The current code to display some text on the screen is the get the address of the VGA buffer (0xb8000), and to add manually our characters, one by one…