Results 1 to 29 of 29

Thread: Programmers required for Open Source Project

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37

    Programmers required for Open Source Project

    Hi,

    Im lookign for developers or just people that want to help in the testing of CAOS and Open Soure operating System. No experience required and it's unpaid but its a challenge providing the framework for others to develop software around a system that you designed.

    I especially need people that have Encryption/cryptography experience to work on the security side... No experience in hardware programming is required...

    Please note as it's Open Source there is no money involved...

    Web Site
    http://caos.stealthonline.com

    For up to date news also see our forums
    http://caos.stealthonline.com/forums
    Last edited by chrisa128; Aug 19th, 2003 at 04:20 PM.
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  2. #2

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Anyone???? Comon, surely some people are looking for a challenge?????
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  3. #3
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386
    Looking through the source, I noticed that there wasn't any ASM in your OS at all. Is it truly 100% C?

  4. #4

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    The is some inline ASM in the C code... Also there are a couple of .S files which are ASM...

    We are trying to keep the ASM to a minium, but we need both kinds of programmers because theres stuff that cannot be done through C...

    However, I don't see any need for any other programmers using anything other than C.
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  5. #5
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386
    Is there going to be a bootsector/bootstrap for this OS or is it going to remain a floppy disk OS?

  6. #6

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    At the moment, it remains on a floppy, but this is mainly due to the fact that I have not the file system fully implemented within the kernel...
    Once this is done it should work on Hard-disk, this is essential as a floppy disk doesn't have much space for other utilities...
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  7. #7

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Anyone... Comon, someones gotta be interested...

    At the moment these are the things we need...
    1. People to port the Standard Library
    2. People to work on the kernel
    3. More People to work on the kernel
    4. People to tell us what they need to write software


    http://caos.stealthonline.com (we've just finished updating the Website... Thats worth a look
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  8. #8
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386
    I was planning to make my own OS sometime, but the bootsector took all my dreams and shattered them, then jumped up and down on the shattered pieces, until they looked like powdered toast. I can program in ANSI C, but I only the fundamentals of it.

    4. People to tell us what they need to write software
    What kind of software did you have in mind?

  9. #9

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    The fundimentals in C are good enough, you'll have sample source to look at and im trying to keep my source simple And if you need help I can help you...

    As for the bootsector thats finished, I had some help with that because the ones i've written have been pretty ugly looking...

    As for software, the only software it won't support will be games... Anything else will go... We just need to know the type of software you'd use on it...

    Venom555: Join the CAOS forums, and post your ideas there... Sure we could with your help, no-one can really write an OS by themselves, it's always easier doing it as a team....
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  10. #10

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Comon... Anyone? You don't even need to be able to code... we need people that can document... support... and even more.. we need BETA Testers...

    If you want to BETA Test then register at the forums ( http://forums.caos.ws ) or the BETA Members area (http://caos.ws)...
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    I have an old PC that I might be willing to donate to the efforts as a test machine.

    PM with the min requrements and we'll see if it'll run.

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Anyone else????? Our site has moved to http://caos.ws with the forums being at http://forums.caos.ws

    Anyone? Comon people, you know you wanna...
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  13. #13
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    I'd be willing to help, though I'm a C++ person. I could probably adopt to C if need be, but I'd rather stick to C++ (so I could always write software for it).

    However, I am interested in the process of making an OS and then booting it off of a floppy. I can't find a single tutorial about anything on OS creation except some really old C stuff and I prefer C++

  14. #14

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Cool, C++ is based of C so you've got the fundimetals

    I'll deal with it Monday
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  15. #15

    CAOS

    Well, I was considering writing my own
    OS at one point. But the confusion of ASM
    and C thwarted that idea. I can learn ASM
    or C if I get chunks of small code to digest.

    Right now I am a visual basic guy.
    I am willing to help.

  16. #16

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Cool,

    If you sign up for the forums then we will make good use of you
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  17. #17
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    hehe

    Could be cool helping out - I'm a VB guy, but i'm currently learning C and planning on doing 80x86 ASM afterwards
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  18. #18
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Native support for wxWindows or GTK+ would be very cool.

    Though supporting an X server will get you more.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  19. #19

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    vbNeo - Cool, yea sign up to the forums, I learnt C and Assembly entirely through working on CAOS. Thats why im useless at programming Windows stuff in C or Assembly

    We are planning to support a native implementation of an X Environment
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  20. #20
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    hm

    What forum should I sign up in? Doesn't seem to be a recruting one...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  21. #21

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    http://forums.caos.ws

    Post in the Kernel Development forums a brief bio. Chris Hellriegel will probably contact you etc as im extremely busy with the coding.
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  22. #22
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  23. #23

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Cool, it'll probably be Friday though before we get the chance to have a chat. Chris Hellriegel will probably have a chat to you before then though

    Heh, anyone else? Even if you can't code you can input ideas
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  24. #24
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770
    A few million lines of code later

  25. #25
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Is this thread dead??? I just found the link in through the other guys thread...but I can't get into any of the links to the CAOS site...

  26. #26
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Originally posted by NoteMe
    Is this thread dead??? I just found the link in through the other guys thread...but I can't get into any of the links to the CAOS site...
    Good job 3 month old thread


    Has someone helped you? Then you can Rate their helpful post.

  27. #27

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    37
    Nope, its still open..... we're still looking for developers

    at the moment the Site is down as we're moving a server but that should be fixed shortly....

    So anyone else interested?
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  28. #28
    New Member
    Join Date
    Jun 2004
    Posts
    3

    Lightbulb VB?

    Would you manage to make VB software work on this OS? If so, I would really enjoy writing software for that OS? Such as email clients, messengers, Text Editors, Calulators, WebBrowsers... all the essentials.

  29. #29
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: VB?

    Originally posted by maxd gaming
    Would you manage to make VB software work on this OS? If so, I would really enjoy writing software for that OS? Such as email clients, messengers, Text Editors, Calulators, WebBrowsers... all the essentials.
    *SLAM*
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width