https://github.com/azmainadel/nachos
Implementation of Nachos OS
https://github.com/azmainadel/nachos
cpp nachos os
Last synced: 10 months ago
JSON representation
Implementation of Nachos OS
- Host: GitHub
- URL: https://github.com/azmainadel/nachos
- Owner: azmainadel
- Created: 2018-01-26T16:57:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T05:41:01.000Z (about 6 years ago)
- Last Synced: 2025-04-06T17:15:27.645Z (about 1 year ago)
- Topics: cpp, nachos, os
- Language: C++
- Homepage:
- Size: 6.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nachos-os
Not Another Completely Heuristic Operating System, or **Nachos**, is instructional software for teaching undergraduate, and potentially graduate level operating systems courses.
Originally written in C++ for MIPS, Nachos runs as a user-process on a host operating system. A MIPS simulator executes the code for any user programs running on top of the Nachos operating system. Ports of the Nachos code exist for a variety of architectures.
For details, [view this page](https://homes.cs.washington.edu/~tom/nachos/README) :paperclip: