Skip to content

cipherat/ftcOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!