VirtualBox

Ignore:
Timestamp:
Nov 5, 2015 3:45:36 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: kick off; to laptop.

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  
    11; $Id$
    22;; @file
    3 ; bootsector2 header for multi-mode code templates.
     3; BS3Kit header for multi-mode code templates.
    44;
    55
     
    2424; terms and conditions of either the GPL or the CDDL or both.
    2525;
     26
     27%include "bs3kit.mac"
    2628
    2729;
     
    667669 %error "internal error"
    668670%endif
     671
     672
     673;
     674; Preferred spelling of TMPL_NM_CMN in BS3.
     675;
     676%define TMPL_CMN_NM(Name)      TMPL_NM_CMN(Name)
    669677
    670678
     
    769777;
    770778%ifdef TMPL_64BIT
    771  %define TMPL_BEGINCODE BEGINCODEHIGH
     779 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT64
    772780%elifdef TMPL_32BIT
    773  %define TMPL_BEGINCODE BEGINCODEHIGH
     781 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT32
    774782%elifdef TMPL_16BIT
    775  %define TMPL_BEGINCODE BEGINCODELOW
     783 %define TMPL_BEGIN_TEXT BS3_BEGIN_TEXT16
    776784%else
    777785 %error "Missing TMPL_xxBIT!"
    778786%endif
    779 TMPL_BEGINCODE
     787TMPL_BEGIN_TEXT
    780788
    781789;
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