Page (computer memory)
A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory, described by a single entry in a page table. It is the smallest unit of data for memory management in an operating system that uses virtual memory. Similarly, a page frame is the smallest fixed-length contiguous block of physical memory into which memory pages are mapped by the operating system.
Page (computer memory) - Wikipedia Jump to content From Wikipedia, the free encyclopedia Fixed-length contiguous block of virtual memory Not to be confused with Bank (computer memory) or Block (computer memory) . For broader coverage of this topic, see Memory paging . A page , memory page , or virtual page is a fixed-length contiguous block of virtual memory , described by a single entry in a page table . It is the smallest unit of data for memory management in an operating system that uses virtual memory. Similarly, a page frame is the smallest fixed-length contiguous block of physical memory
Explore this link on the map →related reading
- Introduction to Paging | Writing an OS in Rustos.phil-opp.com
- Pages | CS 162 HW 4cs162.org
- Operating Systems: Three Easy Piecespages.cs.wisc.edu
- CS111 Section 7: Demand Pagingweb.stanford.edu
- Virtual memory layout | Pintos Documentationcs162.org
- CS111 Assignment 6: Virtual Memoryweb.stanford.edu
- What Every Programmer Should Know About Memorypeople.freebsd.org
- The "Basics" | Putting the "You" in CPUcpu.land
- OS 202 Class Notescs.nyu.edu
- Cache and TLB Flushing Under Linux — The Linux Kernel documentationdocs.kernel.org
- NYSRGnotes.ekzhang.com
- Syscall implementation | CS 162 HW 4cs162.org