Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 885 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 885 Bytes

Rust

Repo size License Build GitHub repo file count

LucarioOS

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:

  1. Clone this repository to your machine.
  2. Enter the LucarioOS directory.
  3. Run make command

To run LucarioOS, run: make everything command