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