Changeset 59237 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm
- Timestamp:
- Dec 31, 2015 9:47:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm
r58812 r59237 78 78 79 79 ; 80 ; Get the page directory (returned in eax). Will lazy init page tables. 80 ; Get the page directory (returned in eax). 81 ; Will lazy init page tables (in 16-bit prot mode). 81 82 ; 82 extern NAME(Bs3PagingGetRootForPP 32_rm)83 call NAME(Bs3PagingGetRootForPP 32_rm)83 extern NAME(Bs3PagingGetRootForPP16_rm) 84 call NAME(Bs3PagingGetRootForPP16_rm) 84 85 85 86 cli
Note:
See TracChangeset
for help on using the changeset viewer.