Y
Hacker News
new
|
ask
|
show
|
jobs
by
jerdfelt
584 days ago
Intel has proposed dropping 32-bit and 16-bit support in the future.
https://www.intel.com/content/www/us/en/developer/articles/t...
1 comments
layer8
584 days ago
The proposal doesn’t remove 32-bit user land or (I think) virtualization.
link
wtallis
584 days ago
X86S allows 32-bit ring3 (userland) but even VMs are stuck in long mode and only support 32-bit code for userland. Booting a VM for a 64-bit OS that has a legacy bootloader with 16-bit or 32-bit code would require software emulation of that code.
link