Thread: Which compilers should i use for....

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    18

    Which compilers should i use for....

    is GCC the best compilers to use if i want to programm a little OS??

    and one thing....a lot of people are telling me i can't develop the os in WindowXP. why not?? because i want to do some coding with DEV C++ / GCC in WinXP and test it later..... ( while i am listening to MP3s.... ^_^)

    Any body has the answer to that??

  2. #2

    Post compiler

    Well I was reading tutorials about writing kernels and operating systems (and followed them) @ www.osdev.com and check out the links and they all said to use GCC for writing the C code and NASM for writing the hardware interface in assembler. And about XP I don't know because I will not use it I change my hardware and format my hard drive too much to follow the restrictions unless I get the big business version.

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    if you could write or find some sort of bios only machine emulator then i see no reason why you should not be able to test the bootloader and kernal.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4

    Post Question.

    Why exactly do you want to write the OS in XP anyway? you could always load a different version of windows or even LINUX, BeOS, or another free OS.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. compilers
    By ZakkWylde969 in forum C Programming
    Replies: 12
    Last Post: 06-17-2003, 01:40 PM
  5. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM