OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Mar 18, 2024 9:15 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 54 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: Cloud Operating System - Are you interested in helping?
PostPosted: Tue Oct 20, 2015 5:35 pm 
Offline
Member
Member

Joined: Sun Jun 16, 2013 4:09 am
Posts: 333
Hello to everyone.

I have been working on a Cloud Operating System, which I have named ABCOS.
As you might guess it is a lot of work, and exceptionally fun.

I have spent the last few years testing different concepts, optimizing code and figuring out the best design path to take.

There are many different parts to ABCOS, load balancing, resource allocation, storage, cache, cores, networking, just to name a few.
Which have to automatically grow as required.

My tests show my that my idea is feasible.
I have created Data-Center logic that should work fine, although as we progress things change as things are discovered.

I am currently handling 20 million network packets per second (80 Bytes) using 2 x 10 GB NIC's, I am restricted by the PCIe at the moment to get higher results.
Note, this is not an issue, just stated this in case someone does some calculations and ask me why it is not higher.
The load on the PC (48 Cores, 1.9 GHz) is minimum, around 7 %

Before I ramble on too much more, I would like to know if there are any interested parties?

Are you keen to help with this venture?


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Wed Oct 21, 2015 3:26 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
As long as you don't really tell us what this OS is supposed to look like, how should anyone know if they are interested?

But, considering that you seem to say that the design is mostly done, and you just need programmers implementing your design (whatever it may be), I'm doubtful anyway.

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Wed Oct 21, 2015 8:58 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Quote:
Recruiting
There are some things you need for standing a chance (and avoid being painfully told that you are a failure):

If you have no established codebase, people will not join because they can see you lack experience and expect the project to fail.
If you lack a (worked out) design, people will not join you because they can't see how your OS is more interesting than their own design.
If your reputation doesn't precede you, especially the more experienced people will be very wary of you and lack the trust to join.
If you don't have project management skills, the few rare people that do join will quit shortly because they are discussing stuff and do not get to code.

People that join nevertheless are usually worse programmers than the people for which this list was composed.


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Wed Oct 21, 2015 11:23 am 
Offline
Member
Member

Joined: Mon Feb 02, 2015 7:11 pm
Posts: 898
Sure, what's the pay like?

_________________
https://github.com/kiznit/rainbow-os


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Thu Oct 22, 2015 3:07 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 05, 2015 5:33 pm
Posts: 159
Location: Drenthe, Netherlands
Quote:
I have spent the last few years testing different concepts, optimizing code and figuring out the best design path to take.
https://github.com/cbuilder/abcos

_________________
"Always code as if the guy who ends up maintaining it will be a violent psychopath who knows where you live." - John F. Woods

Failed project: GoOS - https://github.com/nutterts/GoOS


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Thu Oct 22, 2015 3:42 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
That can't be the same abcos as in the OP. It's nothing like the description, being just a very simple os skeleton with no documentation.


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Fri Oct 23, 2015 7:10 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 16, 2014 5:59 am
Posts: 543
Location: Shahpur, Layyah, Pakistan
I'm really interested in network programming--low-level particularly.

I don't need any money; I can happily volunteer.


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Fri Oct 23, 2015 10:39 am 
Offline
Member
Member

Joined: Sat Nov 18, 2006 9:11 am
Posts: 571
What parts are you specifically looking for help with? I don't mind offering a little help here and there, but you didn't really give a lot of info on what you're looking for.


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Wed Nov 11, 2015 3:04 am 
Offline
Member
Member

Joined: Sun Jun 16, 2013 4:09 am
Posts: 333
Hi everyone, I just posted a response in another thread.

I will be answering your questions very shortly.

Here is the thread.
http://forum.osdev.org/viewtopic.php?f=15&t=29728&p=253905#p253905


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Mon Mar 14, 2016 4:09 pm 
Offline
Member
Member

Joined: Sun Jun 16, 2013 4:09 am
Posts: 333
Hello all.

Due to the level of programmers and public availability on this site I find myself holding a lot of information back when describing my OS, I apologize for this.

(1 << 1) answer a few questions:
1. Money, yes there is money involved, enough for me to live on.
2. Codebase - yes
3. Design - yes
4. Reputation - your call
5. Management skills - I think so, but others will decide
6. Clients - Yes, some very large
7. Users - None, finishing off a few parts before showing the OS
8. When finished - Always ongoing, 1 month from now will showcase scalable OS, 6 months from now fully distributed storage system

I am looking for a team of skilled individuals, who I plan to pay very well.
Part of the requirements might be moving to New Zealand during the start-up phase.

So, the question. What do you need?

(1 << 2) now, I need:

1. Someone interested in Ethernet programming, this code is for a user-space library

2. GCC cross compiler for my OS. I am using linux cygwin64 under windows.
I need it this way as I have very limited experience with linux and I am using Visual Studio as my IDE.
I need someone to create a cross compiler using cygwin64 where I can download the entire cygwin64 folder, copy to my dev enviro and run it.
If needed it can be in Linux, but we will need some way of interfacing with Linux and Windows, possibly sockets?

3. Windows Visual Studio library to simulate the OS for testing, debugging and development of user-space code.
I will work with this person to get this completed.

If someone is interested in distributed storage that would be great, this would be programmed at the Kernel level.
This is something I am really looking forward to programming myself, but if someone is keen then we can work together, or they can take it over while I work on other functionality.

Ali.


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Mon Mar 14, 2016 4:33 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
tsdnz wrote:
2. GCC cross compiler for my OS. I am using linux cygwin64 under windows.
I need it this way as I have very limited experience with linux and I am using Visual Studio as my IDE.
I need someone to create a cross compiler using cygwin64 where I can download the entire cygwin64 folder, copy to my dev enviro and run it.
If needed it can be in Linux, but we will need some way of interfacing with Linux and Windows, possibly sockets?

Why do you not build it yourself? And what the heck do you mean with interfacing Linux with Windows

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Mon Mar 14, 2016 5:08 pm 
Offline
Member
Member

Joined: Sun Jun 16, 2013 4:09 am
Posts: 333
max wrote:
tsdnz wrote:
2. GCC cross compiler for my OS. I am using linux cygwin64 under windows.
I need it this way as I have very limited experience with linux and I am using Visual Studio as my IDE.
I need someone to create a cross compiler using cygwin64 where I can download the entire cygwin64 folder, copy to my dev enviro and run it.
If needed it can be in Linux, but we will need some way of interfacing with Linux and Windows, possibly sockets?

Why do you not build it yourself? And what the heck do you mean with interfacing Linux with Windows


Hi, just a time thing, other priorities.

Interfacing with Windows and Linux, I need to automated the control of it.
eg. Compile this file..., with these options...


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Tue Mar 15, 2016 12:59 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
What salary are you offering, and what expenses for the move to NZ. Real figures please, not enough.

You must be very busy indeed if you can't spare the hour or two to produce a cross compiler - what one-off fee would you offer for that job?


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Tue Mar 15, 2016 1:18 am 
Offline
Member
Member

Joined: Sun Jun 16, 2013 4:09 am
Posts: 333
iansjack wrote:
What salary are you offering, and what expenses for the move to NZ. Real figures please, not enough.

You must be very busy indeed if you can't spare the hour or two to produce a cross compiler - what one-off fee would you offer for that job?

PM me your cost to get it done, and I will see what if we can get it approved.

All expenses paid to NZ, this will not happen asap, it will be a few months / year away.

Ali


Top
 Profile  
 
 Post subject: Re: Cloud Operating System - Are you interested in helping?
PostPosted: Tue Mar 15, 2016 12:38 pm 
Offline
Member
Member

Joined: Thu Jul 03, 2014 5:18 am
Posts: 84
Location: The Netherlands
Even though I am not interested in this position myself, I will ask some questions which sprung to mind when reading your initial post:

  • What is the purpose of your OS? You say "cloud OS" but this could mean anything.
  • What is supposed to be the target group? Simple users, or corporate admins?
  • You say you have spent a few years on this project, how far are you from your goal?
  • "Automatically grow as required" -> this part worries me, because in this context "growing" might (and probably will) mean "entirely rewriting from scratch based on new requirements".
  • You say your "tests show your idea is feasible", perhaps you could share this insight?
  • The most concrete part of your post is about network throughput, is this the most important aspect of your OS?

_________________
My blog: http://www.rivencove.com/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 54 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group