K 10 svn:author V 6 marcel K 8 svn:date V 27 2011-04-05T15:33:12.250954Z K 7 svn:log V 608 Slightly tweak how we're running in PBVM. In particular: 1. The loader maps the beginning of text as well as the beginning of data. Put critical text and data (read: IVT related) at the beginning of the segments to make sure we don't get nested faults when we can't deal with them. 2. The loader uses more TRs, so use different ones for now. This should all be dynamic and handled by TR management code. This will do for now. This works for kernels and fixes the hard hangs when trying to run user space. The problem was that critical data was not mapped and we got nested TLB faults. END