Changeset 61539 in vbox for trunk/src/VBox
- Timestamp:
- Jun 7, 2016 1:16:43 PM (9 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-common.mac
r60724 r61539 265 265 266 266 ; 267 ; Switch back to the 16-bit code segment. 268 ; 269 BS3_BEGIN_TEXT16 270 267 ; Switch back to the 16-bit code segment and the startup code. 268 ; 269 BS3_BEGIN_TEXT16 270 BS3_GLOBAL_NAME_EX Bs3KitEntryPoint, function, 0 271 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-init-all-pe32.asm
r61533 r61539 35 35 extern NAME(Bs3SwitchToPE32_rm) 36 36 37 38 EXTERN Main_rm 37 ;; Entry point. 39 38 push word 0 ; zero return address. 40 39 push word 0 ; zero caller BP
Note:
See TracChangeset
for help on using the changeset viewer.