Looking For Project To Join

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
54616E6E6572
Member
Member
Posts: 47
Joined: Tue Aug 18, 2009 12:52 pm
Location: Kansas City

Looking For Project To Join

Post by 54616E6E6572 »

I'm looking for a project to join and would like to know who could use me :).

I know C#, x86/x64 assembly, am learning C. I can take C code and convert it into optimized C# or assembly. I have a 3 quad-core AMDs, one running fedora 11, one running windows 7, and the third is a testbed. I also have a Celeron D, testbed. Just noticed that this sounds like a bad resume and I have skills in 3D graphics and game design.
The 2nd Doctor: "I have no doubt that you could augment an earwig to the point where it could understand nuclear physics, but it would still be a very stupid thing to do!"
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: Looking For Project To Join

Post by xvedejas »

If you're interested, check out my project:

http://sites.google.com/site/valixsys/

I'll setup a git repo if you're interested. I'm still pretty early on as far as development goes, so you'd be able to influence a bunch of design decisions :)
User avatar
rootnode
Member
Member
Posts: 42
Joined: Fri Feb 29, 2008 11:21 am
Location: Aachen, Germany
Contact:

Re: Looking For Project To Join

Post by rootnode »

Oh, C#?

Then we'd like to welcome you on board. Come take a look at http://mosa-project.org
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: Looking For Project To Join

Post by NickJohnson »

I'd really recommend setting up a virtual machine and looking at code and binaries from the links on the project list. 90% of projects are really not far along enough to support much concurrent development without very close contact. Just try and find something you like and contact the head developer of that project.

This is a surprisingly uncommon question - most people who start out make one fifth of a simple OS and try to advertise it to other members (with little success). Free developers are in extremely short supply, so expect a lot of people advertising their OSes on this thread. :wink:

(Obviously, due to ego reasons,) I think you should check out my project as well. I'm not quite ready for other developers, but within the next few weeks I expect the kernel to be stable (it works now, but there are a couple of bugs related to the driver API), at which point drivers can be written. It's a microkernel, so driver development is very abstracted from the rest of the system. What I really need help with is graphics, specifically creation of a good graphics API. If you're interested, my git repo is in my sig and my email is in my profile.
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:

Re: Looking For Project To Join

Post by Combuster »

I agree with checking things first - You'd best settle for a project that interests you as well.

Lets continue on your resume:
- What do you want to learn
- If you joined a project, what would you do first.
And the interesting part, how come you mention 3D graphics and game design (especially without having C/C++, which is the standard companion to that set)?
"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
54616E6E6572
Member
Member
Posts: 47
Joined: Tue Aug 18, 2009 12:52 pm
Location: Kansas City

Re: Looking For Project To Join

Post by 54616E6E6572 »

Well, the main reason I posted was that it would allow those that are looking for, or could use help with their projects the ability to see what skills I have and determine if I could be any help at all to their project.
Combuster wrote:And the interesting part, how come you mention 3D graphics and game design (especially without having C/C++, which is the standard companion to that set)?
I mention the game design and 3D graphics because I have ported (partially) the DirectX engine to C# and have done game design in both assembly and C#. I have knowledge of various graphics APIs and so could help with any graphics programming, especially if it was in C# or assembly.

Furthermore, I plan on continuing to learn C/C++ whether during the OS development or on my own, but i do have enough knowledge to convert C to optimized assembly or to convert C/C++ to C# without unmanaged PInvoke calls.
The 2nd Doctor: "I have no doubt that you could augment an earwig to the point where it could understand nuclear physics, but it would still be a very stupid thing to do!"
User avatar
rootnode
Member
Member
Posts: 42
Joined: Fri Feb 29, 2008 11:21 am
Location: Aachen, Germany
Contact:

Re: Looking For Project To Join

Post by rootnode »

We could really need a helping hand to port the few percent of the mono class libraries that still use P/Invokes to C#.
We want to use a 100% C# version of the mono class libraries and furthermore need some helping hands with the compiler and kernel.

If interested, jsut visit #mosa on irc.freenode.net
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: Looking For Project To Join

Post by xvedejas »

54616E6E6572: I have responded to your PM.

How well would you say you know C? Also, are you comfortable with the flat assembler?
XinSystems
Posts: 1
Joined: Wed Jun 17, 2009 9:50 am

Re: Looking For Project To Join

Post by XinSystems »

I sent you a PM
User avatar
gravity0
Posts: 16
Joined: Fri Jan 09, 2009 8:47 am
Location: Belluno, Italy
Contact:

Re: Looking For Project To Join

Post by gravity0 »

Actually not cause i am just making my OS with a didactic aim. Maybe if my project becomes more intresting...
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Looking For Project To Join

Post by earlz »

54616E6E6572 wrote:I'm looking for a project to join and would like to know who could use me :).

I know C#, x86/x64 assembly, am learning C. I can take C code and convert it into optimized C# or assembly. I have a 3 quad-core AMDs, one running fedora 11, one running windows 7, and the third is a testbed. I also have a Celeron D, testbed. Just noticed that this sounds like a bad resume and I have skills in 3D graphics and game design.
C# is in high demand these days.. thought about trying to get a real job programming? (or do you have one but still somehow enjoy it as a hobby as I sometimes do? lol)
Post Reply