From: DougEleveld Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE and NASM Date: Fri, 04 Jun 1999 00:07:43 +0200 Organization: Rijksuniversiteit Groningen Lines: 36 Message-ID: <3756FCAF.2C4B205@my-dejanews.com> References: <28EB9B9536D AT pcc DOT tgm DOT ac DOT at> <3755C069 DOT F31895C AT swipnet DOT se> NNTP-Posting-Host: client36-72.oprit.rug.nl Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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