81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; $Id$
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync;; @file
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; Instruction Test Environment - Big Boot Sector Type 2, Ring-0, 64-Bit.
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync;
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync;
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; Copyright (C) 2006-2013 Oracle Corporation
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync;
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; This file is part of VirtualBox Open Source Edition (OSE), as
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; available from http://www.virtualbox.org. This file is free software;
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; you can redistribute it and/or modify it under the terms of the GNU
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; General Public License (GPL) as published by the Free Software
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; Foundation, in version 2 as it comes in the "COPYING" file of the
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync;
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef RT_ARCH_AMD64
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef RT_ARCH_X86
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef RT_ARCH_X86_32
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef RT_ARCH_X86_16
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef ASM_CALL64_MSC
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef ASM_CALL64_GCC
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef ASM_CALL64_BS2
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef ARCH_BITS
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%undef xWrtRIP
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%define ARCH_BITS 64
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%define RT_ARCH_AMD64
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%define ASM_CALL64_BS2
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%define xWrtRIP wrt rip
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%define RTCCPTR_PRE qword
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync%include "env-bs2-r0-big.mac"
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync