On Friday, March 02, 2012 12:10:38 am Bruce Evans wrote: > It's too late to change vm types. The distinction between addresses > and sizes became useful first with file offsets (vm_ooffset_t. BTW, > what is an o offset?) and then for physical offsets.
The 'o' stands for 'object', so 'vm_ooffset_t' is a VM object offset (at least that's my interpretation). -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
