Thread: OS in C/C++ and ASM

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    2

    Question OS in C/C++ and ASM

    Hi!
    I want to create an OS in C/C++, and probably some parts in ASM, but I know that I have to create my own header, if I want that my software run into the DOS, so how can I do it?

    Please help me

    Give me the most details that you could give!!

    Some tutorials or urls, can be good...

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Put frankly, you're not going to be able to write an OS until you've got a firm grasp of ASM and C/C++ as well as an intimate understanding of the inner workings of computers in general. Translation: If you have to ask about it, you can't do it yet.

    -Prelude
    My best code is written with the delete key.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    What Prelude said.

    But if it will make you happy,
    http://nondot.org/sabre/os/articles

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    140
    good luck

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Huh? You want an OS running under DOS? I suggest you first read some theory about computer architecture and operating systems.

  6. #6
    Registered User biosx's Avatar
    Join Date
    Aug 2001
    Posts
    230
    >> Huh? You want an OS running under DOS?
    I thought the same thing in my head, maybe he means BASED on DOS.

    Oh well, good luck with that. I'll see you in like 25 years when youre done.

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    www.flashdaddee.com has a forum dedicated to OS's, and has 3 members (me included) developing Operating Systems...in the OS board there are loads of development links. Good luck.

  8. #8
    Registered User
    Join Date
    Feb 2002
    Posts
    2
    tks everyone, yes I want to create a OS based on DOS, scuse me, it's because I speak french, and I have probleme with my english!

    bye

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ASM to C language
    By TAZIN in forum C Programming
    Replies: 22
    Last Post: 06-03-2009, 06:29 AM
  2. gcc asm code syntax
    By Uberapa in forum C Programming
    Replies: 4
    Last Post: 06-15-2007, 01:16 AM
  3. Understanding ASM
    By kuphryn in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 07-12-2002, 07:39 PM
  4. asm mov
    By manu in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 12:59 PM
  5. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM