Is it possible to have a Unix OS for a machine 80286 (or any machine without a mechanism with paged memory, but with segmented memory)?
80286 is a processor without TLBs, page tables; only with segmented virtual memory and segmented memory protection.
Is it possible to have Linux on such a machine?
UPD: the processor is very old, so I ask only historical versions, and not ultramodern Linux 2.6.42.11 or Solaris 13 or FreeBSD 10 or ...
source
share