>On 2002-02-01 11:20:49, Khumba wrote:
>>On 2002-01-31 13:47:44, Sorry wrote:
>>>On 2002-01-31 13:45:52, The Legend wrote:
>>>Hi,
>>>
>>>I've currently not a question directy about os
>>>development, but what do you use for it?
>>>
>>>Which compiler, os, ides?
>>>How do you test your os?
>
>NASM (
http://www.cryogen.com/Nasm) is a good,
>free assembler. It doesn't really matter which
>OS you use to develop in, because you're making
>your own to use anyway, and there are lots of
>tools for all of them (the common OSes, I mean).
>
>There are different ways to test your OS. If
>you are making a bootloader, you should use
>RAWRITE or PARTCOPY to write your code to a
>disk, then boot off of that. If you don't have
>a bootloader, download LOADER.COM in the developer
>guides section of this site and use that to
>load your code.
Personally I am trying to do a C or perhaps C++
Kernel, but this seems to limit me to gcc but
basically I miss a good GUI for it like VS6.
What about PC-Emulators?