VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-footer.mac@ 59311

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

bs3kit: Started on first bs3kit testcase, added Bs3CpuDetect (untested).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1; $Id: bs3kit-template-footer.mac 59311 2016-01-12 01:16:28Z vboxsync $
2;; @file
3; BS3Kit 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%undef TMPL_CMN_PAGING
62
63%undef TMPL_CMN_P16
64%undef TMPL_CMN_P32
65%undef TMPL_CMN_P64
66%undef TMPL_CMN_R16
67%undef TMPL_CMN_R86
68
69%undef TMPL_NM
70%undef TMPL_NM_U
71%undef BS3_CMN_NM
72%undef TMPL_UNDESCORE
73%undef TMPL_MODE_UNAME
74%undef TMPL_MODE_LNAME
75%undef TMPL_MODE_STR
76%undef TMPL_16BIT
77%undef TMPL_32BIT
78%undef TMPL_64BIT
79%undef TMPL_BITS
80%undef TMPL_PTR_DEF
81%undef TMPL_HAVE_BIOS
82%undef TMPL_BEGINCODE
83
84%undef xCB
85%undef xDEF
86%undef xRES
87%undef xPRE
88%undef xSP
89%undef xBP
90%undef xAX
91%undef xBX
92%undef xCX
93%undef xDX
94%undef xDI
95%undef xSI
96%undef xWrtRIP
97
98%undef sCB
99%undef sDEF
100%undef sRES
101%undef sPRE
102%undef sSP
103%undef sBP
104%undef sAX
105%undef sBX
106%undef sCX
107%undef sDX
108%undef sDI
109%undef sSI
110
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