Start x86_64 code on x86 (32bit) Linux, running on x86_64 CPU

前端 未结 3 1187
-上瘾入骨i
-上瘾入骨i 2021-01-15 20:52

?Is it possible to start an x86_64 code on i686 Linux (x86, 32-bit)? My CPU is modern Core 2 and it can run x86_64 64-bit code itself, but the OS is 32bit.

The code

3条回答
  •  独厮守ぢ
    2021-01-15 21:04

    Use vmware; it will work just fine running a 64-bit VM on a 32-bit host OS provided the CPU supports it.

提交回复
热议问题