Closed Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35

Thread: need help to make a OS

  1. #21
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Re: need help to make a OS

    The big problem isn't how hard it is, but How long it will take, and what the purpose is

    my advice would be to start with creating you own version of dos,
    nothing more than a basic connection for software to hardware comunications
    Keyboard, Screen , Floppy(if needed) and harddrive,
    firstly you will need to learn to program in assembler, for the hardware access and booting system, I know the old 386 cpu's boot in a different memory mode to what you are used to , but im not sure about the pentium faimly and later,
    you will also need to write all the interupt handlers for all the interupts and you will need to find out what they do if you havnt got that information already
    so as you can see it isnt hard, its only a lot of small steps , but it takes time, and a lot of it

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #22
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    19

    Re: need help to make a OS

    why reply to a death post?

  4. #23
    genux's Avatar
    genux is offline Learning Programmer
    Join Date
    Dec 2009
    Location
    Norwich
    Posts
    79
    Rep Power
    8

    Re: need help to make a OS

    Axalto - do you have a website with your OS idea and also some code that you have started with ? I am interested in what you are doing .
    Code:
    int coffeePerDay = 10; // need to cut down!!!
    Codingfriends

  5. #24
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

    Re: need help to make a OS

    Thats very easy,have u had any plans on how the development process goes,
    myBet would be ,try developing something virtualized then try the Real thing.
    OS is hard ,u might go in circles for years if u dont have proper planning.

  6. #25
    Moudi's Avatar
    Moudi is offline Programmer
    Join Date
    Jan 2010
    Posts
    166
    Blog Entries
    1
    Rep Power
    9

    Re: need help to make a OS

    its 2 years old...

  7. #26
    Join Date
    Feb 2010
    Location
    Dublin, Ireland
    Posts
    2
    Rep Power
    0

    Re: need help to make a OS

    its 2 years old...
    OS development will always be a hot topic. You can't make on OS so to speak. It's divided into pieces.

    Example GNU/Linux Development:
    1. You need a kernel first from kernel.org

    git.kernel.org - linux/kernel/git/torvalds/linux-2.6.git/summary

    For new developers to learn kernel development
    Linux Kernel Newbies - Linux Kernel Newbies

    2. A Desktop Environment

    Gnome - Used by Ubuntu,Debian,Fedora and others
    GNOME: The Free Software Desktop Project

    KDE - Used by openSUSE,Mandriva Linux,FreeBSD and others
    KDE - Experience Freedom!

    There are other Desktop Environments like Xfce and UDE.
    Some Distros use both of these Desktop Environments.

    3. A Server

    X.org Server - Sources
    freedesktop.org git repository browser

  8. #27
    IsNe's Avatar
    IsNe is offline Newbie
    Join Date
    Apr 2010
    Location
    Norway
    Posts
    22
    Rep Power
    0

    Re: need help to make a OS

    but how did they do it before all this? how did they make like an OS from just a machine? nothing on it?
    like how did they make the first ever OS (that is not a calculator xD)

  9. #28
    camdaddy09's Avatar
    camdaddy09 is offline Newbie
    Join Date
    Jun 2009
    Posts
    14
    Rep Power
    0

    Re: need help to make a OS

    machine language, i think my COSC professor said it was assembly. but they had to make the very first everything in binary i think.

  10. #29
    IsNe's Avatar
    IsNe is offline Newbie
    Join Date
    Apr 2010
    Location
    Norway
    Posts
    22
    Rep Power
    0

    Re: need help to make a OS

    wow xD i can't even imagine how messy that would look (the binary bit)

  11. #30
    tunde is offline Newbie
    Join Date
    Mar 2010
    Posts
    13
    Rep Power
    0

    Re: need help to make a OS

    Quote Originally Posted by Axalto View Post
    I need help with making a OS.
    I'm a c++ Object Oriented expert and I'm looking for years to learn something new (not found yet).
    I really HATE replys like: "This is to hard for you!", so please don't say this.
    how can you also help me with your your c++

Closed Thread
Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I Want to Make an App
    By agnl666 in forum General Programming
    Replies: 4
    Last Post: 11-22-2010, 07:21 PM
  2. How to make it better
    By Alex_j in forum C# Programming
    Replies: 1
    Last Post: 11-16-2009, 12:19 PM
  3. how to make +
    By omicron9194 in forum C and C++
    Replies: 0
    Last Post: 10-17-2009, 11:27 PM
  4. Make a Wish :)
    By sourlemon in forum Games
    Replies: 54
    Last Post: 01-30-2009, 04:42 PM
  5. How Much do you make?
    By Lop in forum The Lounge
    Replies: 11
    Last Post: 11-22-2006, 01:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

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