next up previous contents
Next: Allocating swap space Up: Memory Management Previous: Using a swap area

Sharing swap areas with other operating systems

Virtual memory is built into many operating systems. Since they each need it only when they are running, i.e., never at the same time, the swap areas of all but the currently running one are being wasted. It would be more efficient for them to share a single swap area. This is possible, but can require a bit of hacking. The Tips-HOWTO contains some advice on how to implement this.



Andrew Anderson
Thu Mar 7 22:36:29 EST 1996