:Dave Hayes wrote: :> It seems the problem is that I changed MAXDSIZ and MAXSSIZ. Thanks :> Matt for finding this! : :uuuuuuuh. evil. but why would the vkernel die? some hard memory layout= : assumptions? : :cheers : simon
Bug in the code. I assumed that I could pass an address to mmap()
and it would map it at that address, but of course what really happens
is that mmap only uses the address as a hint.
In anycase, its all fixed now.
-Matt
