Skip to content

OS in Rust programming language? Huh?

License

Notifications You must be signed in to change notification settings

gamma63/LucarioOS-backup

 
 

Repository files navigation

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

About

OS in Rust programming language? Huh?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.1%
  • Makefile 2.3%
  • Assembly 1.7%
  • Python 1.3%
  • C 0.6%