VirtualBox

儲存庫 vbox 的更動 16478


忽略:
時間撮記:
2009-2-3 上午10:07:55 (16 年 以前)
作者:
vboxsync
訊息:

Disable usage of the 0x80 idt gate on 32 bits Windows too. (raw mode only)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/TRPM.cpp

    r14755 r16478  
    12321232         * to work ok... However on 64-bit Vista (SMP?) is doesn't work reliably.
    12331233         * Booting Linux/BSD guest will cause system lockups on most of the computers.
     1234         * -> Update: It seems gate 0x80 is not safe on 32-bits Windows either. See
     1235         *            defect #3604.
    12341236         *
    12351237         * PORTME - Check if your host keeps any of these gates free from hw ints.
     
    12401242        /** @todo Solve this in a proper manner. see defect #1186 */
    12411243#if defined(RT_OS_WINDOWS) && defined(RT_ARCH_X86)
    1242         if (iTrap == 0x2E || iTrap == 0x80)
     1244        if (iTrap == 0x2E)
    12431245#elif defined(RT_OS_LINUX)
    12441246        if (iTrap == 0x80)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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