Windows 64 with gcc
Windows 64 with gcc
guys I move to winxp x64 so now I got an error, windows says that I need to use 64bits version of gcc
I´m using djgpp
anyone knows any way to use other C compiler to compile my 32bits kernel under winxp64 ?
I´m using djgpp
anyone knows any way to use other C compiler to compile my 32bits kernel under winxp64 ?
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Apparently some people couldn't be bothered to read the documentation
The AMD Manual wrote:1.3.3 Compatibility Mode
Compatibility mode, a submode of long mode, allows system software to implement binary
compatibility with existing 16-bit and 32-bit x86 applications. It allows these applications to run,
without recompilation, under 64-bit system software in long mode, as shown in Table 1-1 on page 11.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
and appearantly some people dont know the difference between 16bit PMode, and 16bit RMode -- when i said it was 16bit i intended to imply that it was real mode -- in LMode 16bit PMode is allowed, but not 16bit RModeCombuster wrote:Apparently some people couldn't be bothered to read the documentationThe AMD Manual wrote:1.3.3 Compatibility Mode
Compatibility mode, a submode of long mode, allows system software to implement binary
compatibility with existing 16-bit and 32-bit x86 applications. It allows these applications to run,
without recompilation, under 64-bit system software in long mode, as shown in Table 1-1 on page 11.
when you run DJGPP under windows, windows launches a VMode process to run it in... VMode cannot be used while in LMode...