Mail Archives: djgpp-workers/1996/10/10/03:02:13
On Wed, 9 Oct 1996, Charles Marslett wrote:
> I seem to remember something from the PC Interrupt List to the effect
> that the CMOS memory size is limited to 16 MB, and other techniques are
I tested that program on several machines with up to 64MB of memory, and
got the exact sizes on each one of them. Memory size is stored in the
CMOS memory in units of 1KB and in 2 bytes, so it's sufficient to report
as much as 64M bytes. After that, it will probably wrap.
- Raw text -