SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.15k stars 3.4k forks source link

It's Unix based, so ... #142

Open csrgxtu opened 6 years ago

csrgxtu commented 6 years ago

according the intro, this project's operating system is Unix based. since Unix is already an Operating system which manages all kinds of hardware and provide interface for upper application, so can i think this project is writing a application upon the Unix?

aswinmohanme commented 6 years ago

Nop.

It's based on Unix principles. The course aims to develop an Operating System from scratch, that could interface witht the hardware and run user space programs.