OS development team startup!

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).

Favorite Language???

ASM (INTEL)
7
16%
ASM (AT&T)
0
No votes
C
17
38%
C++
9
20%
Python
1
2%
PERL
1
2%
Pascal
2
4%
Other...
8
18%
 
Total votes: 45

User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

OS development team startup!

Post by 01000101 »

hey,
I have started my own OS that includes a working memory manager, shell (w/ command support), and all the other basic stuff (malloc/outports/registers/etc...) and all in PMode.

I have reached a point where I am in need of assistance for the development of VESA/SVGA support and implementation. I am currently working on harddrive support and usage.

I am looking for a group of 2-5 that would like to actively (at least 2-3 times a week) participate in the development of the OS. I have great ideas for this, but I am still new to kernel/os development.

Thank you.

Contact info:
email = [email protected] || [email protected]
AIM = AnarchyBoard88
YIM = AnarchySkater88
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: OS development team startup!

Post by Candy »

01000101 wrote:I am looking for a group of 2-5 that would like to actively (at least 2-3 times a week) participate in the development of the OS. I have great ideas for this, but I am still new to kernel/os development.
I have some great ideas too - let's work together to realize my ideas first?

(this isn't serious - I'm trying to be cynical)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

... Besides, I doubt you want to use BASIC ... :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

im surprised by the lack of seriousness here. And I need C/ASM programmers btw.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

01000101 wrote:im surprised by the lack of seriousness here. And I need C/ASM programmers btw.
Its a hobby. That means nobody can order us to do something. It has nothing to do with seriousness.

To kick in the door, asking for developers is considered a beginners mistake. There is no 'need' for developers. You should be capable of doing everything yourself. If you can't figure somthing out, you are welcome to post a message to ask for it, and we'll be glad to help you out.

Try reading the forums and (to a lesser extent for VESA) the wiki. A lot of information is already present that can save a lot of time.

Once you get a reputation, you might one day indeed get your followers, but for now forget about that.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Solidus117
Posts: 23
Joined: Sun Dec 03, 2006 5:29 pm

Post by Solidus117 »

Sup.

The condescension in here is just, because frankly alot of us are sick of people coming here asking for help with little to no plan and a fistful of empty promises.

On the other hand, please enumerate on your ideas.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

hmm I see...

Post by 01000101 »

well, first off, I am not 'ordering' anyone to do anything. I was 'asking' for participation in a project that seems rather foolish and unethical to try and fully complete alone.

Gathering a reputation requires the implementation of something unique or impressive, but I have yet to see something extremely successful and fully implemented by a single individual here. Usually it starts with an idea and then (with the aid of others) develops into something worth using. All I see throughout this forum is a bunch of half-made operating systems, and a lot of crys for help and collaboration. It looks to me that this whole 'OSdev' thing is turning into Linux, a bunch of great ideas with no teamwork and no solid developmental strategy. If people just keep making kernels with no further development then all they are doing is making some nice little trinket to toy with and then releasing it to the public to devour.

well I am done rambling and shall return to my OS.
Franchie
Posts: 11
Joined: Tue Apr 17, 2007 5:34 am

Post by Franchie »

Hi!
Gathering a reputation requires the implementation of something unique or impressive
Not necessarily: a good reputation can come from sharing your acquired knowledge by helping others on the forum, or posting articles on the wiki. Behind the layer of anonymity which is the web, it is the only way of distinguishing a beginner from an expert.

Its not that we don't believe you, but over time we have been disillusioned by promises such as "I have great ideas for this". If you want them to be taken seriously, consider posting specifics, and possibly implementing a technology preview to prove that they are possible. In that way, if your ideas are truly interesting, you will always find followers. Otherwise, the experts here will explain why they are not as original as they were led to believe, or why they are not practical. Either way, OSDev is a method of transmitting knowledge from which everyone can benefit. It can also save you a lot of time!
t looks to me that this whole 'OSdev' thing is turning into Linux
I have to disagree here: most OSDev projects here are either hobby projects, or people building technology previews of their ideas. Linux is past that stage, and took a lot of coordinated work to reach that stage. And teamwork is one of its principal strengths.
If people just keep making kernels with no further development then all they are doing is making some nice little trinket to toy with and then releasing it to the public to devour.
So?

In all seriousness, I wish you luck with your OS,
Franchie.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: hmm I see...

Post by AJ »

01000101 wrote: If people just keep making kernels with no further development then all they are doing is making some nice little trinket to toy with and then releasing it to the public to devour.
That's why I'm here.

I'm a hobby programmer and have learned a huge amount about programming through my little project. I have no intention to release my OS as a 'serious' OS any day - I don't have the time or patience required.

A lot of new programmers here suggest a community OS or ask for developopers for their OS when they first come to the boards (myself included :oops: ). The crux of it is that everyone devving their own OS has their own design and their own way of doing things. If you want someone to subscribe to *your* ideas about how a kernel should be developped and you want to have the final say about design decisions, I'm afraid you'll probably have to pay someone...

Cheers,
Adam
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

That is more like it.
Those reply's actually had reason behind them.

I see what you both are saying about them just being hobby OS's.

When I said that these are turning into Linux, it was not meant to be taken literrally. It was supposed to relate to linux's method of development through the unstructured and yet (besides server-based) unsuccessful open source community.

I appologize for being so new to this forum, but I just recently stumbled upon this place after about two months of OS development mostly without online help. But now I am getting to a point where there is both the lack of online help and of my own programming skills.
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Post by mathematician »

01000101 wrote:I appologize for being so new to this forum, but I just recently stumbled upon this place after about two months of OS development mostly without online help. But now I am getting to a point where there is both the lack of online help and of my own programming skills.
After two months I can practically guarantee that you won't have anything particularly impressive. Come back after five years, and there is an outside chance that you just might get more interest. Even then people would want the details and not just the hype.

The number of over sized egos we get on here expecting us to drop everything we are doing, and sign up to their own gee whiz projects, without anything to justify the hype, is just not true.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

5 years?!?!? and you don't have a team of some sort?

well in the scheme of things I'm going to assume having all of the memory manager/gdt/idt/pic's/ect.. plus a working shell is good progress for only being at it for 2 months? am i right?
User avatar
bluecode
Member
Member
Posts: 202
Joined: Wed Nov 17, 2004 12:00 am
Location: Germany
Contact:

Post by bluecode »

01000101 wrote:well in the scheme of things I'm going to assume having all of the memory manager/gdt/idt/pic's/ect.. plus a working shell is good progress for only being at it for 2 months? am i right?
It's not so important what is already done. More important is the "how it is done". Hacked together solutions will only last for some weeks and then they will haunt you until you rewrote most of the code.
Some people here spend months designing & developing a good memory mangement system. Some refine things as they gain more knowledge.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

bluecode wrote:
01000101 wrote:Some people here spend months designing & developing a good memory mangement system. Some refine things as they gain more knowledge.
That could be years, if you count me in.
User avatar
Kevin McGuire
Member
Member
Posts: 843
Joined: Tue Nov 09, 2004 12:00 am
Location: United States
Contact:

Post by Kevin McGuire »

That could be years, if you count me in.
I move at the pace of tectonic plates.. ever so often I jump.
Post Reply