Hi!
Welcome to the 5th day of Advent of Future of Code!.
Today we are going to be playing with Mu a trusted computer that contains no C.
Mu is a minimalist computing stack. Mu programs are memory-safe. They’re converted to bootable disk images using a tiny, auditable toolchain without any external dependencies. The generated disk images are designed to run on bare-metal x86 processors without an OS.
In today’s task, we’ll dip our toes in Mu and learn something about our x86 processors. This process will lay the foundation for more interesting graphical programs.
Follow the instructions to get your first Mu program running here
You should try to setup the project and complete the task, you can go further if you want.
And above all, have fun!