Changeset 58588 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
- Timestamp:
- Nov 5, 2015 3:45:36 PM (9 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
r58574 r58588 1 1 ; $Id$ 2 2 ;; @file 3 ; bootsector2header for multi-mode code templates.3 ; BS3Kit header for multi-mode code templates. 4 4 ; 5 5 … … 24 24 ; terms and conditions of either the GPL or the CDDL or both. 25 25 ; 26 27 %include "bs3kit.mac" 26 28 27 29 ; … … 667 669 %error "internal error" 668 670 %endif 671 672 673 ; 674 ; Preferred spelling of TMPL_NM_CMN in BS3. 675 ; 676 %define TMPL_CMN_NM(Name) TMPL_NM_CMN(Name) 669 677 670 678 … … 769 777 ; 770 778 %ifdef TMPL_64BIT 771 %define TMPL_BEGIN CODE BEGINCODEHIGH779 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT64 772 780 %elifdef TMPL_32BIT 773 %define TMPL_BEGIN CODE BEGINCODEHIGH781 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT32 774 782 %elifdef TMPL_16BIT 775 %define TMPL_BEGIN CODE BEGINCODELOW783 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT16 776 784 %else 777 785 %error "Missing TMPL_xxBIT!" 778 786 %endif 779 TMPL_BEGIN CODE787 TMPL_BEGIN_TEXT 780 788 781 789 ;
Note:
See TracChangeset
for help on using the changeset viewer.