Changeset 69222 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Oct 24, 2017 3:10:29 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118535
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bootsector-empty.asm
r69111 r69222 59 59 db 055h, 0aah 60 60 61 -
trunk/src/VBox/ValidationKit/bootsectors/bootsector-pae.asm
r69111 r69222 164 164 db 055h, 0aah 165 165 166 -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-boot-registers-1.asm
r69111 r69222 75 75 the_end: 76 76 77 -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-instr-1-template.mac
r69111 r69222 313 313 %include "bootsector2-template-footer.mac" 314 314 315 -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r67072 r69222 643 643 sys.exit(Bs3CpuGenerated1Generator().main(sys.argv)); 644 644 645 -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-asm.asm
r69111 r69222 61 61 BS3_INSTANTIATE_TEMPLATE_WITH_WEIRD_ONES "bs3-cpu-instr-2-template.mac" 62 62 63 -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.mac
r69111 r69222 168 168 %include "bs3kit-template-footer.mac" ; reset environment 169 169 170 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-SwitchFromV86To16BitAndCallC.asm
r69111 r69222 98 98 BS3_PROC_END_CMN Bs3SwitchFromV86To16BitAndCallC 99 99 100 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-Trap16Generic.asm
r69111 r69222 709 709 BS3_PROC_END Bs3Trap16DoubleFaultHandler80286 710 710 711 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatCodeToProtFar16.asm
r69111 r69222 117 117 BS3_CMN_FAR_STUB Bs3SelFlatCodeToProtFar16, 4 118 118 119 120 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatCodeToRealMode.asm
r69111 r69222 152 152 BS3_CMN_FAR_STUB Bs3SelFlatCodeToRealMode, 4 153 153 154 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatDataToProtFar16.asm
r69111 r69222 131 131 BS3_PROC_END_CMN Bs3SelFlatDataToProtFar16 132 132 133 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchHlpConvProtModeRetfPopBpDecBpAndReturn.asm
r69111 r69222 115 115 BS3_PROC_END_CMN Bs3SwitchHlpConvProtModeRetfPopBpDecBpAndReturn 116 116 117 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-dosexe.asm
r69111 r69222 32 32 %include "bs3-first-common.mac" 33 33 34 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesStub.asm
r69111 r69222 52 52 %endif 53 53 54 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8RS.asm
r69111 r69222 59 59 jmp .return 60 60 61 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
r69111 r69222 521 521 TMPL_BEGIN_TEXT 522 522 523
Note:
See TracChangeset
for help on using the changeset viewer.