MOL under MacOS X - First successful run

Samuel Rydh mol-devel@lists.maconlinux.org
Sun, 22 Feb 2004 23:44:53 +0100


On Mon, Feb 23, 2004 at 09:10:59AM +1100, Benjamin Herrenschmidt wrote:
> well, I suppose that it wouldn't be worth bothering with a 32 bits
> G5 implementation, 

>so that mean MOL would have to be 64 bits clean,

The kernel module, certainly. The userspace part probably
runs faster in 32-bit mode. The only reason why one would
want to run it in 64-bit mode is to allow more RAM...

> work with the guest OS switching the mode between 32 and 64 bits,
> (we may not need to emulate the 32 bits MMU bridge mode though),
> then deal with SLB and slightly different hash table emulation...

Well, the first step would probably be to virtualize a 32-bit CPU.
Once that that is done, it ought to be rather simple to add support
for 64-bit virtualization.

/Samuel