From: "David Krmpotic" Newsgroups: comp.os.msdos.djgpp Subject: Re: switching to 320 x 200 mode in DJGPP Date: Sun, 28 Jan 2001 04:20:18 +0100 Organization: ARNES Lines: 20 Message-ID: <950353$n2$1@planja.arnes.si> References: <94vta8$pea$1 AT planja DOT arnes DOT si> <950090$fks4u$1 AT ID-57378 DOT news DOT dfncis DOT de> NNTP-Posting-Host: mb5-8a.dial-up.arnes.si X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com thank you for redirecting me to that URL! I'm going to read it now although is 4:19 a.m. here :) thanx again. oh, by the way: do you know why can't I compile my allegro ? :) Alexei A. Frounze wrote in message <950090$fks4u$1 AT ID-57378 DOT news DOT dfncis DOT de>... >Read either the FAQ for DJGPP and this NG (I believe there's some info or at >least a link) or another FAQ on gfx programming at >http://www.castle.net/~avly/djgfx.html . >In short, you don't have identical linear -> physical address mapping. >Basically, this is because of the memory management either due to windows or >whatever OS and DPMI server is running. > >--