Date: Tue, 14 Sep 93 09:00:45 -0400 From: DJ Delorie To: rgrimes AT gndrsh DOT cdrom DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Accessing real memory (ie, below 1MB) under go32 The dosmem.s file allows you to read and write memory below 1M. What they don't provide is a mechanism for allocating and freeing memory below 1M. These functions are currently useful for accessing the BIOS data area or at-bus peripherals.