Re: [Devel] Re: [RFC] Virtualization steps

From: Alexey Kuznetsov
Date: Thu Apr 13 2006 - 12:56:31 EST


Hello!

> How would that work when x86-64 32bit programs have 4GB of address
> space and native on i386 programs only 3GB?

It is not the only obstacle. There are another ones:

1. Different values of segment registers. __USER32_* selectors should match
ones on i386.
2. ia32 vsyscall page. It also must be the same, unless arch/i386 is changed
to allow various mappins like 32bit page x86_64 works.

Well, if we want something to migrate, we have to pay.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/