Mail Archives: djgpp/1999/06/03/18:55:23
Mattias Eklöf wrote:
>
> "Carlos Giani_AEN2003 (M2003)" wrote:
> >
> > I wanna include NASM in RHIDE. It is included now (.asm files will be
> > automatically compiled by NASM) but NASM tells me that there's not
> > enough memory! Can somebody help me??
> >
> > Carlos Rafael Giani, student of the T.G.M in Vienna
> >
> > During holidays or weekends use this email-address:
> > darkvale AT fcmail DOT com
> >
> > "Its not a bug, its an undocumented feature!"
>
> You need to make sure you have high memory available. Exactly how this
> is achieved I only have some vague ideas of. Try changing your
> config.sys so that it looks something like this in the beginning:
>
> DEVICE=c:\windows\himem.sys
> DOS=high,umb
> DEVICE=c:\windows\emm386.exe ram noems
>
> I can't remember the meaning of the EMM386 parameters "noems" and "ram",
> but I think you'll have to change that.
>
> Mattias
IIRC, some NASM binaries is compiled with 16 bit compilers and thus
has all the related memory limitations. See if you can recompile
NASM with DJGPP and then (i think) can compile pretty much anything
and not have to worry about memory.
Doug Eleveld
- Raw text -