Page 1 of 2

willing to join someone's OS

Posted: Sun Mar 09, 2008 4:09 pm
by nekros
If anyone wants me to join there operating system project I am willing to do so. If you want to join mine(which has mostly nothing done except for port io, kprint).

I want to join an Operating system that is developed to the point where it has a console, task loading( at least ).

I can't really say how well I am at programming, but I have a few years experience with C and asm.

Posted: Sun Mar 09, 2008 4:22 pm
by piranha
I'd like that when my kernel becomes more advanced......
But right now it's just a little project I have.
-JL

Posted: Sun Mar 09, 2008 4:37 pm
by nekros
Well, I want to join an OS that expects or hopes to be Used in the future.

Posted: Mon Mar 10, 2008 1:50 am
by Combuster
nekros wrote:Well, I want to join an OS that expects or hopes to be Used in the future.
Ask Brendan :)

Posted: Mon Mar 10, 2008 2:32 am
by 01000101
I'm not looking, but what skills do you have?

Posted: Mon Mar 10, 2008 3:19 am
by octavio
nekros wrote:Well, I want to join an OS that expects or hopes to be Used in the future.
Mine is used in present be me.
Most people here is searching somebody to make a team to develop their own projects, you are the first i see that offers to work in another project.
Why you don't take a look at some Oses to find the one you like more?
You can start by my web page :)

Posted: Mon Mar 10, 2008 4:21 am
by pcmattman
My OS will soon be able to be self-hosting. Just a few more days worth of coding to get my FS drivers working properly and a lot of testing to go :D.

Posted: Mon Mar 10, 2008 5:35 am
by nekros
Exclaim kind of intrests me :D I'd like to help create a driver interface.

Edit: Exclaim is very much like Linux, I want to work on a non-unix-like OS.

Posted: Mon Mar 10, 2008 6:04 am
by lukem95
if you want to work on a driver interface, why not do so, then post the results.

if its good enough you may get many OS's implementing it. i don't have a driver interface yet, so it would be of use to me

Posted: Mon Mar 10, 2008 9:56 am
by nekros
I'll do that. :D

Posted: Mon Mar 10, 2008 12:28 pm
by JamesM
If you get a decent enough driver spec up, we at project Pedigree will implement it.

If it's good enough.

And if it can be marshalled into a C++ object easily.

Posted: Mon Mar 10, 2008 2:48 pm
by nekros
I'll be using my OS as a test for the interface.

Posted: Mon Mar 10, 2008 3:21 pm
by lukem95
just out of interest, how do people manage their drivers at the moment?

there must be a fair few people with microkernels here

Posted: Mon Mar 10, 2008 3:48 pm
by xyzzy
nekros wrote:Edit: Exclaim is very much like Linux, I want to work on a non-unix-like OS.
Not anymore, I'm redesigning it ;) But I'll still have a POSIX interface available

Posted: Mon Mar 10, 2008 4:23 pm
by nekros
I take it because you want GCC and other unix programs?