Date: Thu, 23 Dec 1999 11:26:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ghalos cc: djgpp AT delorie DOT com Subject: Re: Sound DMA In-Reply-To: <83r8ko$12v$1@news8.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 22 Dec 1999, Ghalos wrote: > I have looked in the FAQ but still can't quite be sure > how to set the CRT startup flags.... what exactly needs to be placed in the > program to disable paging (its only tetris so this probably won't be a > problem) #include int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY;