Memory management
Issues
So we have several problems with managing memory:
-
relocating processes so that they don't know they
have been moved
-
protecting the OS and other processes from badly
written or malicious processes
-
resizing processes which need more memory
-
fragmentation of memory (makes it difficult to allocate space)
-
insufficient RAM for all the processes we wish to run
last updated 27 February 1998