Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 466 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 466 Bytes

OS351

Educational operating system for Intel x64

This is an educational operating system targeting an undergraduate-level OS course. Most algorithms used in this demo have been chosen due to their simplicity, not efficiency, and were meant to illustrate the workflow on creating an operating system from scratch. In class, we address efficient algorithms and techniques - the student is then enabled to change the current algorithms into more sophisticated ones.