User Details
- User Since
- Oct 2 2015, 1:17 PM (550 w, 6 d)
Today
Fix sizes and wrong condition
Small test cleanup:
- mkdir mnt later, since we use it to signal that we need to try unmounting
- use a local for the path to check as a portability aid, other systems may be able to make different asssumptions about their filesystem layout and avoid needing to mount anything
Yesterday
Strip out the functional change- I'm going to commit that now. Use the PATH
approach we use in sysent to search for a flua to use between the system and
the bootstrap tools, just as we did in the sysent target. These two targets
knowingly pretend that STRICTTMPPATH doesn't exist, since they're developer
targets and I didn't want to add friction by requiring bootstrap-tools just to
rebuild these artifacts.
Tue, Apr 21
Mon, Apr 20
I'm going to plan to commit this within the next day or so. I think linux's use of "stride" instead of size or shift for their naming of the bit is very telling, and their general range invalidation function seems to specifically just use PTE stride as well.
Sat, Apr 18
Fri, Apr 17
To be clear: I'm definitely not asserting that my interpretation of the language here is correct. In particular, I'm not confident that the second paragraph quoted means that it will only invalidate a 4K page if <va> isn't a superpage; I think the verbiage about 2M increment is clear, albeit a little verbose.
Thu, Apr 16
Wed, Apr 15
Tue, Apr 14
thanks, that's nicer than what I was about to do after playing whack-a-mole with this path for a while.