Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 593 Bytes

File metadata and controls

18 lines (14 loc) · 593 Bytes

FTC Dummy Operating System

This operating system is built for fun from KSU FTClub students during Ramadan. Each issue/pull request acts like a feature which will be added to the OS to develop and build characteristics.

Only C & x86 Assembly will be used, utility scripts can be any other language.

But how do i run your great OS, im not as expert as you D;

bruh i even made it easy FOR THIS SPECIFIC REASON (and because im dumb and always forget how to compile stuff)

[~/github/ftcOS] make build

and to run it, just do

[~/github/ftcOS] make boot

Hooray!