Changes between Version 8 and Version 9 of VirtualMemory
- Timestamp:
- Jun 28, 2009, 10:49:21 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v8 v9 22 22 As described below, the Page Table has a hierarchical two levels structure : 23 23 24 [[Image(two .png, nolink)]]24 [[Image(two_level_pages_tables.png, nolink)]] 25 25 26 26 * All page tables (first & second level) must be aligned : the page table base adress must be a multiple of 8K bytes for a first level page table, and multiple of 4K bytes for a second level page table.