VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bootsector2-template-footer.mac@ 56295

Last change on this file since 56295 was 56295, checked in by vboxsync, 9 years ago

ValidationKit: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1; $Id: bootsector2-template-footer.mac 56295 2015-06-09 14:29:55Z vboxsync $
2;; @file
3; bootsector2 footer for multi-mode code templates.
4;
5
6;
7; Copyright (C) 2007-2015 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17; The contents of this file may alternatively be used under the terms
18; of the Common Development and Distribution License Version 1.0
19; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20; VirtualBox OSE distribution, in which case the provisions of the
21; CDDL are applicable instead of those of the GPL.
22;
23; You may elect to license modified versions of this file under the
24; terms and conditions of either the GPL or the CDDL or both.
25;
26
27
28;
29; Undefine macros defined by the header.
30;
31; Note! The following is useful for verifying that all macros are included here:
32;
33; for i in `grep "%define" bootsector2-template-header.mac \
34; | sed -e 's/^ *%define *//' -e 's/^\([^() ]*\).*$/\1/' \
35; | sort -u`
36; do
37; if ! grep -wF "%undef $i" bootsector2-template-footer.mac; then
38; echo $i
39; fi
40; done
41;
42%undef TMPL_RM
43%undef TMPL_PE16
44%undef TMPL_PE32
45%undef TMPL_PEV86
46%undef TMPL_PP16
47%undef TMPL_PP32
48%undef TMPL_PPV86
49%undef TMPL_PAE16
50%undef TMPL_PAE32
51%undef TMPL_PAEV86
52%undef TMPL_LM16
53%undef TMPL_LM32
54%undef TMPL_LM64
55
56%undef TMPL_CMN_PE
57%undef TMPL_CMN_PP
58%undef TMPL_CMN_PAE
59%undef TMPL_CMN_LM
60%undef TMPL_CMN_V86
61
62%undef TMPL_CMN_P16
63%undef TMPL_CMN_P32
64%undef TMPL_CMN_P64
65%undef TMPL_CMN_R16
66%undef TMPL_CMN_R86
67
68%undef TMPL_NM
69%undef TMPL_NM_CMN
70%undef TMPL_MODE
71%undef TMPL_MODE_STR
72%undef TMPL_16BIT
73%undef TMPL_32BIT
74%undef TMPL_64BIT
75%undef TMPL_BITS
76%undef TMPL_PTR_DEF
77%undef TMPL_HAVE_BIOS
78%undef TMPL_BEGINCODE
79
80%undef xCB
81%undef xDEF
82%undef xRES
83%undef xPRE
84%undef xSP
85%undef xBP
86%undef xAX
87%undef xBX
88%undef xCX
89%undef xDX
90%undef xDI
91%undef xSI
92%undef xWrtRIP
93
94%undef sCB
95%undef sDEF
96%undef sRES
97%undef sPRE
98%undef sSP
99%undef sBP
100%undef sAX
101%undef sBX
102%undef sCX
103%undef sDX
104%undef sDI
105%undef sSI
106
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette