Skip to content

Instantly share code, notes, and snippets.

@innovateboliu
innovateboliu / take aways
Last active March 11, 2016 18:59
Erlang Factory notes
crdt
lasp
john backus
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,