In article <local.mail.freebsd-current/199906092225.saa01...@par28.ma.ikos.com> you write: >Also in trying to figure this out I looked at the DRAM probing >code in /usr/src/sys/i386/i386/machdep.c:getmemsize(), and it looks >as though it's not safe for >2GB (e.g. comparisons of byte addresses >against signed "int end").
I just made this into a vm_offset_t, so it should be good for up to 4GB. -- Jonathan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message