VirtualBox

Ignore:
Timestamp:
Apr 24, 2016 4:40:23 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c

    r60680 r60681  
    16821682        for (off = cbIdtr + 4; off >= -cbIdtr - 4; off--)
    16831683        {
    1684             Bs3MemSet(pbTest, bFiller, 32);
     1684            Bs3MemSet(pbTest, bFiller, 48);
    16851685            Bs3RegCtxSetGrpSegFromCurPtr(&Ctx, &Ctx.rbx, pWorker->fSs ? &Ctx.ss : &Ctx.ds, &pbTest[off]);
    16861686            Bs3TrapSetJmpAndRestore(&Ctx, &TrapCtx);
     
    21612161BS3_DECL_FAR(uint8_t) TMPL_NM(bs3CpuBasic2_sidt)(uint8_t bMode)
    21622162{
    2163 //if (bMode == BS3_MODE_PE16_V86)
    2164 //if (bMode & BS3_MODE_CODE_V86)
     2163if (bMode == BS3_MODE_LM64)
    21652164{
    21662165    union
     
    21952194BS3_DECL_FAR(uint8_t) TMPL_NM(bs3CpuBasic2_sgdt)(uint8_t bMode)
    21962195{
     2196if (bMode == BS3_MODE_LM64)
     2197{
    21972198    union
    21982199    {
     
    22182219     */
    22192220    Bs3TrapInit();
     2221}
    22202222    return 0;
    22212223}
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