This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crdt | |
lasp | |
john backus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Memory Management | |
Virtual memory | |
Page - virtual and physical memorys are both divided into pages (4KB on Intel X86) | |
Page Frame Number | |
PFN(0:11) + offset(12:) for 4KB page read by process | |
Page tables: Processor translates PFN+offset to physical PFN | |
Three level in linux | |
Page table entry | |
Valid flag: if page default | |
Physical PFN, |