What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
Historic Unix uses Swapping - Whole process is transferred to the major memory from the swap device, while the Unix System V uses
Demand Paging - only the part of the process is moved to the majopr memory. Historic Unix uses one Swap Device and Unix System V allow multiple Swap Devices.