Thread: Operating System Project

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    17

    Operating System Project

    I've been trying my hand at various small OS projects over the last few years and now I've started on a more planned project that I'd like to see through to a more "finished" stage. The code for this project started earlier this year and stalled when the other developer in the project dropped out due to lack of time.

    The project is called Halfix and aims to be a server operating system (i.e. no bloatware or GUI). Drivers will be dynamically loaded modules. The main priniciple for security is to not include anything which is unnessecary and it could be exploited (e.g. why put a window in a storage building when someone can break in through it?). The project will be public domain once in a reasonable state but until then mostly kept private. The code is and will be in mostly C and a little assembly (although later stages may go into C++)

    So I'm looking for 1 or 2 developers. TBH you don't need much knowledge of low level stuff but must be willing to learn (and this often means trawling through long Intel docs). On the C side, there's no need to know the clib back to front (as it can't be used in a OS project), but understanding of pointers, structures etc. is critical.

    Thanks, any developers interested can either post here or email me (petercalvert AT f2s DOT com)

    Pete

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Pete - you can count me in for some of the work that's more on the server-side. I'm working on a server myself right now, and so hopefully I can pass on some of what I've learned in that department. Email me at my AOL address ([email protected]) and let me know what you'd like me to do.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. Operating system construction
    By AdamLAN in forum Tech Board
    Replies: 7
    Last Post: 03-05-2005, 01:31 PM
  3. idea: operating system
    By roberth9000 in forum Contests Board
    Replies: 6
    Last Post: 09-16-2002, 06:08 AM
  4. Microsoft = The Best Operating System
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 92
    Last Post: 02-08-2002, 01:32 PM