> 11.03.2011, 12:26, "Antti Kantee" <po...@netbsd.org>: > > Log Message: > > Don't assume rump kernel PAGE_SIZE and host page size are the same. > > Why can they be different? I asked myself this question when I was writing
some platforms don't have a well defined PAGE_SIZE, like sparc. on some machines it is 4KB, on others it is 8KB. this is the hardware (MMU), not something in software (though we could make everything appear to use 8KB i guess.) .mrg.