Changeset 14767 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2008 9:51:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r14765 r14767 163 163 ;; Load Intermediate memory context. 164 164 ;; 165 FIXUP FIX_INTER_32BIT_CR3, 1165 FIXUP SWITCHER_FIX_INTER_CR3_HC, 1 166 166 mov eax, 0ffffffffh 167 167 mov cr3, eax … … 326 326 mov rax, 0ffffffffh 327 327 mov cr3, rax 328 ;; We're now in intermediate memory context!328 ;; We're now in the intermediate memory context! 329 329 330 330 ;; … … 346 346 DEBUG_CHAR('2') 347 347 348 ; 2. Load 32-bitintermediate page table.349 FIXUP FIX_INTER_32BIT_CR3, 1348 ; 2. Load intermediate page table. 349 FIXUP SWITCHER_FIX_INTER_CR3_HC, 1 350 350 mov edx, 0ffffffffh 351 351 mov cr3, edx … … 360 360 DEBUG_CHAR('6') 361 361 362 %ifndef NEED_PAE_ON_HOST 362 363 ; 3b. Disable PAE. 363 364 mov eax, cr4 … … 365 366 mov cr4, eax 366 367 DEBUG_CHAR('7') 368 %endif 367 369 368 370 ; 4. Enable paging.
Note:
See TracChangeset
for help on using the changeset viewer.