Changes between Version 9 and Version 10 of VirtualMemory
- Timestamp:
- Jun 28, 2009, 10:55:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v9 v10 22 22 As described below, the Page Table has a hierarchical two levels structure : 23 23 24 [[Image(two_level _pages_tables.png, nolink)]]24 [[Image(two_levels_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.