Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.35 KB

Read me!

Nachos (Not Another Completely Heuristic Operating System) is an educational operating system.

You are reading the readme file for the Nachos version unr20a. This version was released in 2020 by teachers of the National University of Rosario.

Dependencies

In order to build userland programs, a cross compiler is needed. Some GNU/Linux distributions already provide one as an installable package. In Ubuntu, it's named gcc-mipsel-linux-gnu.

Useful links

UNR's flavor of Nachos

Original Nachos

Similar projects