VirtualBox

Ignore:
Timestamp:
Apr 1, 2016 8:51:29 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: A bunch of changes to be able to test the effects of a GDT page being read-only or not-present.

  • Extended the GDT so we get a whole page to play paging tricks with.
  • Added syscall for restoring a context from ring-0 so we can safely get out of bogus test context that aren't in ring-0 (non-standard CS value causing trouble here). Implemented the string print syscall since the restore syscall forced me to sort out pointers.
  • Changed most string printers to do more than one char at a time (usually a line) to save context switches (screen priting is done via INT 10h in real mode).
  • Test the CS access bit handling during INT XXh.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk

    r60234 r60291  
    6464        bs3-cmn-PrintX32.asm \
    6565        bs3-cmn-PrintStr.c \
     66        bs3-cmn-PrintStrN.asm \
    6667       bs3-cmn-PrintStrColonSpaces.asm \
    6768       bs3-cmn-PrintStrSpacesColonSpace.c \
     
    197198       ../../../Runtime/common/asm/ASMGetIDTR.asm \
    198199       ../../../Runtime/common/asm/ASMSetIDTR.asm \
     200       ../../../Runtime/common/asm/ASMGetGDTR.asm \
     201       ../../../Runtime/common/asm/ASMSetGDTR.asm \
    199202
    200203
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