Mail Archives: djgpp/1999/06/02/19:39:50
"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
- Raw text -