VirtualBox

Ignore:
Timestamp:
Dec 31, 2015 9:47:49 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: untested paged protected mode switch code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm

    r58812 r59237  
    7878
    7979        ;
    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).
    8182        ;
    82         extern NAME(Bs3PagingGetRootForPP32_rm)
    83         call   NAME(Bs3PagingGetRootForPP32_rm)
     83        extern NAME(Bs3PagingGetRootForPP16_rm)
     84        call   NAME(Bs3PagingGetRootForPP16_rm)
    8485
    8586        cli
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette