Message-ID: <20000701063059.57658.qmail@hotmail.com> X-Originating-IP: [200.45.93.247] From: "Norberto Alfredo Bensa" To: References: <8jitnj$lch$1 AT onlinenews DOT germany DOT net> <395d0a8e DOT 406416 AT news DOT ncf DOT carleton DOT ca> <20000701035356 DOT 21568 DOT qmail AT hotmail DOT com> Subject: Re: Quake source, DJGPP 2.00 Date: Sat, 1 Jul 2000 03:28:17 -0300 Organization: nBens@ Computers MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Reply-To: djgpp AT delorie DOT com You need to change every instance of 'end_of_memory' in the file sys_dos.c to 'unsigned int'. Be sure to change (int)&start_of_memory to (unsigned int)&start_of_memory too... Regards, Norberto