An attempt to write an OS from scratch using Rust and Assembly.
This OS can:
- Print to COM1 port.
- Draw on screen.
- Use internal fonts to draw text on the screen.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
To build LucarioOS:
- Clone this repository to your machine.
- Enter the
LucarioOS
directory. - Run
make
command
To run LucarioOS, run: make everything
command