The document describes a process where an operating system loads a page called M into physical memory from backing storage. Initially the page table entry for M is invalid, causing a trap. The operating system then brings the missing page from backing storage into memory and updates the page table entry, allowing the instruction to restart and execute properly.