Which OS you are using for development ?
-
- Member
- Posts: 25
- Joined: Sat Jun 25, 2005 11:00 pm
Re: Which OS you are using for development ?
CPU: pentium 4 ( 2 GHz )
OS: Windows XP prof
Tools: TASM 3.0, Borland C 5.5, TLink
-convert the EXE kernel into a stand-alone one using a tool that I have developed via C# !!!!
-create floppy image using WinImage 7.0
-emulate using VMware Workstation 5.0
I use the IDE of MS Visual Studio.Net 2003 for editing !!!!!!!!!!!
as all of u can see .. i am a very M$ citizen
OS: Windows XP prof
Tools: TASM 3.0, Borland C 5.5, TLink
-convert the EXE kernel into a stand-alone one using a tool that I have developed via C# !!!!
-create floppy image using WinImage 7.0
-emulate using VMware Workstation 5.0
I use the IDE of MS Visual Studio.Net 2003 for editing !!!!!!!!!!!
as all of u can see .. i am a very M$ citizen
- carbonBased
- Member
- Posts: 382
- Joined: Sat Nov 20, 2004 12:00 am
- Location: Wellesley, Ontario, Canada
- Contact:
Re: Which OS you are using for development ?
Ubu, that's quite an interesting website you've got theretheubu wrote:I do all my development on my Ubix Cube.....
--Jeff
PS: My previous post should, of course, have been nasm 0.9x not 1.9x.
Re: Which OS you are using for development ?
Update:
That 300MHz got a memory upgrade, now @ 384MB. Don't do dev anymore on it though.
Now using a Compaq LTE 5150 laptop (P100, 40MB) for dev'ing and testing. (lots of dev'ing and a reboot about once every hour)
I got tired of VMware sucking up all my resources so it's Bochs for this OS dever
Bochs 2.2.1 is very weird though. Nothing like the older ones in my view.
Thank you.
Andrew
That 300MHz got a memory upgrade, now @ 384MB. Don't do dev anymore on it though.
Now using a Compaq LTE 5150 laptop (P100, 40MB) for dev'ing and testing. (lots of dev'ing and a reboot about once every hour)
I got tired of VMware sucking up all my resources so it's Bochs for this OS dever
Bochs 2.2.1 is very weird though. Nothing like the older ones in my view.
Thank you.
Andrew
-
- Member
- Posts: 132
- Joined: Wed Nov 03, 2004 12:00 am
- Location: Austria
- Contact:
Re: Which OS you are using for development ?
i use debian sarge 3.1/unstable.
Proggis: gcc && nasm
for testing: vmware
Proggis: gcc && nasm
for testing: vmware
Re: Which OS you are using for development ?
I'm using 2 systems currently:
OS: WindowsXP (AMD64 3000+, 1GB PC3200 DDR), Debian Linux (Dual P2 400, 312Mb SDD)
Compiler: DJGPP/NASM, GCC/NASM
Editor: EditPlus 2
Emulator: Bochs
OS: WindowsXP (AMD64 3000+, 1GB PC3200 DDR), Debian Linux (Dual P2 400, 312Mb SDD)
Compiler: DJGPP/NASM, GCC/NASM
Editor: EditPlus 2
Emulator: Bochs
Last edited by Daedalus on Mon Oct 17, 2005 11:00 pm, edited 1 time in total.
Re: Which OS you are using for development ?
I use
OS: Windows xp
editor: codeblocks
compiler: djgpp/nasm or mingw for non osdev
emulator: Bochs and when i doubt something(very rarely) i use microsoft vpc
yup ive done some testing with redhat linux 9.0 fun as crap to dev with but i only have 40 gigs and 1 computer
OS: Windows xp
editor: codeblocks
compiler: djgpp/nasm or mingw for non osdev
emulator: Bochs and when i doubt something(very rarely) i use microsoft vpc
yup ive done some testing with redhat linux 9.0 fun as crap to dev with but i only have 40 gigs and 1 computer
- ManOfSteel
- Member
- Posts: 60
- Joined: Tue Feb 01, 2005 12:00 am
Re: Which OS you are using for development ?
Kermit,
Why is FreeBSD not working? What does it do? Is it the "multiboot" MBR not recognising your partitions and freezing when you choose which partition to boot?
Kermit, are you still there?(and for you freeBSD'ers, I gave it a good go awhile ago, but it wont even boot on this laptop... :/.)
Why is FreeBSD not working? What does it do? Is it the "multiboot" MBR not recognising your partitions and freezing when you choose which partition to boot?
I have....
cpu: intel celeron @1.4ghz(yea slow)
ram: 512mb
total hdd: 204gb distributed among 2 internal hdd and 160gb external
OS: Windows XP Home sp2
ide: CodeBlocks with MinGW(it lets me compile my OS without having crap like batch files like most other ide's)
also have nasm though plans of switchign to fasm
emulator: bochs and sometimes vpc
floppy stuff:I use vfdwin --it's awesome let's me load images to B:(virtual) and then I just use diskcopy to copy to real floppy
browser: Firefox (lol as if that matters)
cpu: intel celeron @1.4ghz(yea slow)
ram: 512mb
total hdd: 204gb distributed among 2 internal hdd and 160gb external
OS: Windows XP Home sp2
ide: CodeBlocks with MinGW(it lets me compile my OS without having crap like batch files like most other ide's)
also have nasm though plans of switchign to fasm
emulator: bochs and sometimes vpc
floppy stuff:I use vfdwin --it's awesome let's me load images to B:(virtual) and then I just use diskcopy to copy to real floppy
browser: Firefox (lol as if that matters)
pshhhh quit showing off(lol)
late edit: wow just noticed I double posted...
late edit: wow just noticed I double posted...
Last edited by earlz on Fri Oct 13, 2006 9:15 pm, edited 1 time in total.