K 10 svn:author V 6 cherry K 8 svn:date V 27 2014-08-25T20:06:57.668264Z K 7 svn:log V 530 Support arbitrary amounts of RAM. Earlier we were limited to the amount of RAM and dmap that the initial boot-time kva provided to us by the hypervisor. This change allows us to allocate our own kva until we have enough for our boot time mapping needs (boot kva and the direct map). This is achieved by iteratively estimating and re-building boot time page tables until we have enough mappings. Some niggles remain, including free-ing/unmapping physical pages of discarded bootstrap page tables. Approved by: gibbs (implicit) END