K 10 svn:author V 3 ian K 8 svn:date V 27 2014-07-29T02:35:44.204664Z K 7 svn:log V 370 Correct the comparison logic when looking for intersections between exclusion zones and phsyical memory. The phys_avail[i] entries are the address of the first byte of ram in the region, and phys_avail[i+1] entries are the address of the first byte of ram in the next region (i.e., they're not included in the region that starts at phys_avail[i]). Reviewed by: cognet END