VirtualBox

Changeset 60681 in vbox for trunk/src/VBox


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

bs3kit: updates

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 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}
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r60676 r60681  
    11691169    { \
    11701170        BS3XPTR         XPtr; \
    1171         a_Type         *pTyped; \
    11721171    } a_Name
    11731172#else
     
    18431842    uint32_t                        cFreeChunks;
    18441843} BS3SLABHEAD;
     1844AssertCompileSize(BS3SLABHEAD, 16);
    18451845/** Pointer to a slab list head. */
    18461846typedef BS3SLABHEAD BS3_FAR *PBS3SLABHEAD;
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