Does anyone on this forum made any complex kind of OS?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
TheDev100
Member
Member
Posts: 27
Joined: Wed Jan 11, 2017 3:29 pm

Does anyone on this forum made any complex kind of OS?

Post by TheDev100 »

Hey guys. Does anyone on this forum made any complex kind of OS? I mean like something that has a GUI, filesystem, multitasking, lots of applications and many functions. I mean like something that is fully functional.

It would be quite interesting. Many of the projects I've seen are command lines and basic GUIs.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: Does anyone on this forum made any complex kind of OS?

Post by BrightLight »

I have a GUI, multitasking, filesystem implementation, and all the basic necessities required to create useful applications. I wouldn't write any applications though other than a shell, a calculator (which I have already written), a clock, a text editor, a file manager and a FASM port.

EDIT: A GUI has nothing to do with a complex OS. A command-line OS can be very functional, too, you know.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Does anyone on this forum made any complex kind of OS?

Post by dozniak »

TheDev100 wrote:like something that is fully functional.


Yes, there are fully functional OSes that run many apps, including gcc, python etc ports. You could have found that out yourself by looking through the OS list on the wiki, or searching forum threads (use Search function), or just googling.

I guess you just want to maintain conversation. This is forum about OS D*E*V*E*L*O*P*M*E*N*T so keep it on topic.
Learn to read.
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: Does anyone on this forum made any complex kind of OS?

Post by Geri »

TheDev100:

Dawn: http://DawnOS.tk

Toaru OS: http://toaruos.org
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
Post Reply