386 emulation on amd64

sossego

Retired from the forums
I've seen NetBSD references a few years old.
How do I use x86 emulation? It seems I need to access both Linux x86 emulation and FreeBSD x86 emulation.
Also is it possible to have a Linux kernel to access without an installed linux distribution on a real or virtual machine?
 
I'm bumping this for a reason.

Is it possible to use x86 calls when the kernel being used is amd64?
 
FreeBSD 32-bit system calls can be used on a 64-bit FreeBSD system.

Linux 32-bit system calls can be used on a 64-bit Linux system.

Windows 32-bit system calls can be used on a 64-bit Windows systems.

That's the beauty of the AMD64 architecture. EM64T should be able to do most of that as well.

Mixing more than that is not recommended, but shouldn't be impossible. :)
 
Back
Top