K 10 svn:author V 2 dg K 8 svn:date V 27 1999-02-03T14:10:50.000000Z K 7 svn:log V 294 Fixed the type of target_page to vm_offset_t (unsigned). This fixes a panic during boot on machines with >=2GB of RAM. Also changed some incorrect printf conversion specifiers from %d to %u (signed to unsigned). This fixes bugs when printing the amount of memory on machines with >=2GB of RAM. END