1 | ; $Id: VMMGC99.asm 19 2007-01-15 13:07:05Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VMMGC0 - The first object module in the link.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ; Copyright (C) 2006 InnoTek Systemberatung GmbH
|
---|
7 | ;
|
---|
8 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
10 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | ; General Public License as published by the Free Software Foundation,
|
---|
12 | ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
13 | ; distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
14 | ; be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | ;
|
---|
16 | ; If you received this file as part of a commercial VirtualBox
|
---|
17 | ; distribution, then only the terms of your commercial VirtualBox
|
---|
18 | ; license agreement apply instead of the previous paragraph.
|
---|
19 |
|
---|
20 | %include "VMMGC.mac"
|
---|
21 |
|
---|
22 |
|
---|
23 | ;;
|
---|
24 | ; End the Trap0b segment.
|
---|
25 | VMMR0_SEG Trap0b
|
---|
26 | GLOBALNAME g_aTrap0bHandlersEnd
|
---|
27 | dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
---|
28 |
|
---|
29 |
|
---|
30 | ;;
|
---|
31 | ; End the Trap0d segment.
|
---|
32 | VMMR0_SEG Trap0d
|
---|
33 | GLOBALNAME g_aTrap0dHandlersEnd
|
---|
34 | dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
---|
35 |
|
---|
36 |
|
---|
37 | ;;
|
---|
38 | ; End the Trap0e segment.
|
---|
39 | VMMR0_SEG Trap0e
|
---|
40 | GLOBALNAME g_aTrap0eHandlersEnd
|
---|
41 | dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
---|
42 |
|
---|