Interview with Andrew Tanenbaum (LinuxFr.org)
Posted Nov 21, 2011 12:56 UTC (Mon) by
nix (subscriber, #2304)
In reply to:
Interview with Andrew Tanenbaum (LinuxFr.org) by alankila
Parent article:
Interview with Andrew Tanenbaum (LinuxFr.org)
the idea that the equivalent of virtual memory can now be implemented in software, algorithmically
This has been doable for many decades. They called them "overlays". OS/360 had it. Language runtimes on DOS had it (Borland did it for both Pascal and C). Some implementations even added magic proxying so that no code changes were needed (though generally you had to divide your program into overlays by hand).
(
Log in to post comments)