Page 1 of 1

Windows XP 64 help

Posted: Sun May 17, 2009 3:41 pm
by digo_rp
Guys, I just install Windows XP 64 at my pc AMD Athlon X2 and I don´t know how to compile my OS .

I was using djgpp At my PC with Windows XP 32.

and what can I do with my Windows XP 64? what compiler ?

Somebody Help me, Pleaseeeeeeeeeeeeeeeee?

I´m almost pulling all my hear of my head!!!!
:((((

Re: Windows XP 64 help

Posted: Sun May 17, 2009 5:47 pm
by JackScott
The only difference in using Windows XP 64bit as opposed to Windows XP 32bit is the drivers. Most other applications should just run normally.

I would recommend installing cygwin (http://www.cygwin.com), and making a cross-compiler (from the Wiki).

Just out of interest, why did you install 64bit XP if you don't know what benefits it has?

Re: Windows XP 64 help

Posted: Sun May 17, 2009 8:36 pm
by digo_rp
I just installed Cygwin, now how do I compile my os from djgpp with that Cygwin?

could you show me how ? some scripts ? do I have to change anything at my source ?
please :=)

Re: Windows XP 64 help

Posted: Sun May 17, 2009 8:42 pm
by Troy Martin
DJGPP is GCC compiled to run on DOS/Windows. Cygwin is a POSIX emulation layer so you can compile programs meant for POSIX systems on Windows and use them.

Cygwin comes with GCC pre-compiled. It won't take much to convert your DJGPP OS source to something Cygwin's GCC can compile. You should probably build a crosscompiler (see GCC Cross-Compiler.)

Re: Windows XP 64 help

Posted: Mon May 18, 2009 5:28 am
by quanganht
Just make your compile script for DJGPP, say .bat file, to a makefile.