VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-footer.h@ 59244

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

bs3kit: Managed to link 16, 32 and 64-bit C code into the same binary, where the 64-bit C code was produced by the microsoft compiler. That doesn't mean it actually works, but chances are high. Bad new though, no debug info. OTOH, a lot of the assembly code can be converted to C, which is faster and safer than adjusting it to the new calling convensions.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1/* $Id: bs3kit-template-footer.h 58628 2015-11-10 01:25:13Z 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 * This is a subset of what bs3kit-template-footer.mac does.
31 */
32#undef TMPL_RM
33#undef TMPL_PE16
34#undef TMPL_PE32
35#undef TMPL_PEV86
36#undef TMPL_PP16
37#undef TMPL_PP32
38#undef TMPL_PPV86
39#undef TMPL_PAE16
40#undef TMPL_PAE32
41#undef TMPL_PAEV86
42#undef TMPL_LM16
43#undef TMPL_LM32
44#undef TMPL_LM64
45
46#undef TMPL_CMN_PE
47#undef TMPL_CMN_PP
48#undef TMPL_CMN_PAE
49#undef TMPL_CMN_LM
50#undef TMPL_CMN_V86
51
52#undef TMPL_CMN_P16
53#undef TMPL_CMN_P32
54#undef TMPL_CMN_P64
55#undef TMPL_CMN_R16
56#undef TMPL_CMN_R86
57
58#undef TMPL_NM
59#undef TMPL_NM_CMN
60#undef TMPL_MODE
61#undef TMPL_MODE_STR
62#undef TMPL_16BIT
63#undef TMPL_32BIT
64#undef TMPL_64BIT
65#undef TMPL_BITS
66
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