4 * This file is part of the Palacios Virtual Machine Monitor developed
5 * by the V3VEE Project with funding from the United States National
6 * Science Foundation and the Department of Energy.
8 * The V3VEE Project is a joint project between Northwestern University
9 * and the University of New Mexico. You can find out more at
10 * http://www.v3vee.org
12 * Copyright (c) 2008, Andy Gocke <agocke@gmail.com>
13 * Copyright (c) 2008, The V3VEE Project <http://www.v3vee.org>
14 * All rights reserved.
16 * Author: Andy Gocke <agocke@gmail.com>
18 * This is free software. You are permitted to use,
19 * redistribute, and modify it as specified in the file "V3VEE_LICENSE".
25 .globl v3_vmxassist_start
27 .incbin V3_CONFIG_VMXASSIST_PATH
28 .globl v3_vmxassist_end
33 .globl v3_vgabios_start
35 .incbin V3_CONFIG_VGABIOS_PATH
36 .global v3_vgabios_end
39 .globl v3_rombios_start
41 .incbin V3_CONFIG_ROMBIOS_PATH
46 #ifdef V3_CONFIG_USE_PXE_BIOS
49 .incbin V3_CONFIG_PXEBIOS_PATH
55 /* temporary module */
59 .incbin "./palacios/src/modules/test.ko"