Y
Hacker News
new
|
ask
|
show
|
jobs
by
bitwize
880 days ago
But it
does
emulate the 16-bit x86 instructions from really old-school Windows code.
1 comments
rep_lodsb
880 days ago
No it doesn't. 16-bit protected mode code will run natively even on 64-bit kernels - and there is a system call that can create the segment descriptors needed for that:
https://man7.org/linux/man-pages/man2/modify_ldt.2.html
link