Which OS do you guys use ?
Re:Which OS do you guys use ?
mostly fasmw for OS-dev, but notepad for much else (xhtml, php, css etc.)
BTW, only using XP pro at the moment.
BTW, only using XP pro at the moment.
Re:Which OS do you guys use ?
Windows XP Pro with NASM/Visual Studio 2003 (No GCC... except for compiling Bochs. call me a rebel )
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Which OS do you guys use ?
are you doing it 100% assembly or using some MSVC(++) ? if latter case, would you mind giving a look at http://www.osdev.org/osfaq2/index.php/Visual%20C and see if you can help newbies ?Mike wrote: Windows XP Pro with NASM/Visual Studio 2003 (No GCC... except for compiling Bochs. call me a rebel )
Re:Which OS do you guys use ?
Linux or FreeBSD. I sometimes use a Win32 port of Qemu to test, but that's all I use Windows for.
Re:Which OS do you guys use ?
Mostly MacOSX and FreeBSD, sometimes irix, solaris, linux, aix, ...
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Which OS do you guys use ?
Wow! that means you have SGI, SUN and much other "funny" hardware all around !erikgreenwald wrote: Mostly MacOSX and FreeBSD, sometimes irix, solaris, linux, aix, ...
Something like a computer science teaching lab ?
Re:Which OS do you guys use ?
nah, a research lab... but at my last job, I had all of those, too (fortune100 internet services)... plus, low end "funny" (aka, unsucky) hardware is available cheap on ebay, or among friends... I was given an ultra5 by a friend who just didn't need it anymore
Re:Which OS do you guys use ?
Good idea. I'm working on it...Pype.Clicker wrote:are you doing it 100% assembly or using some MSVC(++) ? if latter case, would you mind giving a look at http://www.osdev.org/osfaq2/index.php/Visual%20C and see if you can help newbies ?Mike wrote: Windows XP Pro with NASM/Visual Studio 2003 (No GCC... except for compiling Bochs. call me a rebel )
Mike
Re:Which OS do you guys use ?
If you're trying to be funny, I don't get it. I personally use WinXP exclusively for OS Development, I have Linux and BSD installed but I don't Dev on them.Calum wrote:No you don't, you use it as your primary OS, don't try and lie your way into these forumsStephen wrote: Hello
I use winXP exclusivly for osdev.
Stephen
Cheers
Re:Which OS do you guys use ?
What you just said dosen't make any sense... What are you trying to say?? By saying that "I use winXP exclusivly for osdev." I maen that I do use Linux, but I only program my operating system on Windows.Calum wrote: No you don't, you use it as your primary OS, don't try and lie your way into these forums
-Stephen
Re:Which OS do you guys use ?
He was trying to say that if you write an operating system yourself, you quite likely are going to debug it on a real machine. Since debugging is part of any development, and since you are doing (at least part of) your debugging using your own operating system, you are technically doing OSdev on both WinXP and your own operating system.AR wrote:If you're trying to be funny, I don't get it. I personally use WinXP exclusively for OS Development, I have Linux and BSD installed but I don't Dev on them.
Btw, as a totally offtopic thought: I just started learning Win32 programming, and it makes me feel funny to write Windows software under Linux, use MinGW cross-compiler to compile it on Linux, and then use Wine to test it on Linux. So I'm currently doing Windows development without having any Windows installed.
Re:Which OS do you guys use ?
Yeah.. I don't really think that calum would really take that view, as he isnt an os developer, or any kind of programmer at that.
-Stephen
P.S. Why would I say I was a windows user if I was lying about it? Wouldn't it be more logical to say that I used Linux, or some kind of BSD (if I was lying)???
-Stephen
P.S. Why would I say I was a windows user if I was lying about it? Wouldn't it be more logical to say that I used Linux, or some kind of BSD (if I was lying)???
Re:Which OS do you guys use ?
I take the program logic and break it down to opcodes per architecture manuals, then I convert these opcodes into their binary equivalents. After I am done, I attenuate the magnetic armature of the hard disk and write each opcode bit-by-bit directly to the hard drive... much like tap-code.