📄️ Background
Remember that memory is central to the operation of a modern computer system. It consists of a large array of bytes, each with its own address.
📄️ Contiguous Memory Allocation
Main memory must hold both the operating system and user processes, so it needs to be allocated efficiently. One early method for this is contiguous memory allocation.