Skip to content

🦆 Operating System written in C++

Notifications You must be signed in to change notification settings

BonusPlay/DuckOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckOS

Once upon a time I took leave from office for 2 weeks - this is the result. The goal was to learn how stuff works.

Running:

$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
$ cd ../scripts/
$ sudo ./build-image.sh
$ sudo ./run-qemu-image.sh