We've just launched FlingOS : An educational OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
EdNutting
Posts: 17
Joined: Tue May 27, 2014 2:41 pm
Location: London, UK
Contact:

We've just launched FlingOS : An educational OS

Post by EdNutting »

We've just launched 30 articles, 10 tutorials videos, our new website and builds of our kernels and compiler. Check it all out at http://www.flingos.co.uk!
Ed Nutting

"A computer does exactly what it is programmed to do. Nothing more, nothing less." - At a high level, you can blame other people (usually interns ;) ). At OS level, I guess we just have to blame the firmware devs ;)
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: We've just launched FlingOS : An educational OS

Post by iansjack »

I haven't had time to check this out fully yet, but it looks like an extremely useful resource. Thanks for posting this and for all the hard work you and your colleagues have put into it.
embryo2
Member
Member
Posts: 397
Joined: Wed Jun 03, 2015 5:03 am

Re: We've just launched FlingOS : An educational OS

Post by embryo2 »

Congratulations for being successful in attracting investors!

About docs. Basic concepts are represented in a good manner. But the OS implementation misses easy steps from the concepts. It would be nice to see more intermediary descriptions between what actually the OS do and the basic concepts.

Also the roots of the OS are not clear. Is it derived from Mono or?
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability :)
User avatar
EdNutting
Posts: 17
Joined: Tue May 27, 2014 2:41 pm
Location: London, UK
Contact:

Re: We've just launched FlingOS : An educational OS

Post by EdNutting »

Congratulations for being successful in attracting investors!
Thanks!
About docs. Basic concepts are represented in a good manner. But the OS implementation misses easy steps from the concepts. It would be nice to see more intermediary descriptions between what actually the OS do and the basic concepts.
Okay thanks for the feedback. We will review our content in a couple of weeks when everyone's had the chance to send us comments and then we'll update accordingly. If you have any specific examples that'd be great. If not, we'll do our best to reduce the gap between the concepts (/theory) and the implementation.
Also the roots of the OS are not clear. Is it derived from Mono or?
Probably because there aren't any! I wrote it from scratch (including the compiler). It started out as a self-teach hobby project and has grown into something much larger (and much more awesome). As for Mono, that's an implementation of the .Net Framework for Unix-like systems (Linux/OSX basically). You can't actually build an OS with it. FlingOS isn't trying to re-implement the .Net Framework at an OS level (take a look at Cosmos : https://github.com/CosmosOS/Cosmos who have been working on that for years...many years).
Ed Nutting

"A computer does exactly what it is programmed to do. Nothing more, nothing less." - At a high level, you can blame other people (usually interns ;) ). At OS level, I guess we just have to blame the firmware devs ;)
Post Reply