Thread: Making your own O/S

  1. #1
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198

    Making your own O/S

    I dont want to make my own, but I know you can alter some O/Ss if they are open source. Why would you want to alter an O/S? What would you want to improve or implement in the O/S that isnt already there?

    Also, is this written in C and the assembly level?

    Thanks
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  2. #2
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    A lot of people just play around with the source to learn some, and see how they work. As for what they're written in, generally the low-level parts are in ASM, although the majority is in C.

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Honestly I'd like to build a toolkit that is based on Standard C++ programming. There are currently none out there right now. I would than use it to build a desktop. The best candidate software architecture is FreeX86.

  4. #4
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Ofcourse before anything like this, I should post a few C++ programs. I need practice, especially with the STL.

  5. #5
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    I'll give $10 to whoever can write an OS in BF!
    hello, internet!

  6. #6
    Registered User
    Join Date
    Oct 2002
    Posts
    2
    well. alot of ppl re-compile linux so it is optimized to run faster
    on their hardware - for ex., on an athlon, because the linux kernel is compiled for intel 386 or better, so recompiling it
    speeds it up.

  7. #7
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    >I'll give $10 to whoever can write an OS in BF!<

    Haha, I bet it's possible.

    *begins porting Alamo (ShellOS) to BF*

    >Why would you want to alter an O/S?<

    Are you asking this as a general question, or more of a personal question?

    As a general question, you'd alter an OS to make it the way you like it, pretty simple.

    As a personal question, I don't like altering OSes. It's pointless IMO, but that's only in my situation. THere are a lot of people that can benefit greatly from hacking their OSS operating system.

  8. #8
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    well this stuff of creatin OS keeps popping up on this board now and then

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. making sprites
    By DavidP in forum Game Programming
    Replies: 9
    Last Post: 02-20-2010, 07:00 AM
  2. Making great graphics
    By MadCow257 in forum Game Programming
    Replies: 1
    Last Post: 02-20-2006, 11:59 PM
  3. Making control...
    By Finchie_88 in forum C++ Programming
    Replies: 2
    Last Post: 09-07-2004, 01:42 PM
  4. Replies: 2
    Last Post: 01-13-2003, 01:28 PM
  5. About Unix Programming - Making a career desision
    By null in forum C Programming
    Replies: 0
    Last Post: 10-14-2001, 07:37 AM