VirtualBox

Changeset 19 in vbox for trunk/src/VBox/VMM/VMMSwitcher


Ignore:
Timestamp:
Jan 15, 2007 1:07:05 PM (18 years ago)
Author:
vboxsync
Message:

nasm.mac -> asmdefs.mac + header adjustments.

Location:
trunk/src/VBox/VMM/VMMSwitcher
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMM - World Switchers, 32-Bit to 32-Bit.
    24;
    3 ; VMM - World Switchers, 32-Bit to 32-Bit.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922;*******************************************************************************
     
    3033;* Header Files                                                                *
    3134;*******************************************************************************
    32 %include "VBox/nasm.mac"
     35%include "VBox/asmdefs.mac"
    3336%include "VMMSwitcher/PAEand32Bit.mac"
    3437
  • trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMM - World Switchers, 32-Bit to 32-Bit.
    24;
    3 ; VMM - World Switchers, 32-Bit to 32-Bit.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922;*******************************************************************************
     
    3134;* Header Files                                                                *
    3235;*******************************************************************************
    33 %include "VBox/nasm.mac"
     36%include "VBox/asmdefs.mac"
    3437%include "VMMSwitcher/PAEand32Bit.mac"
    3538
  • trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    2 ;
    33; VMM - World Switchers, PAE to PAE
    44;
    55
     6;
    67; Copyright (C) 2006 InnoTek Systemberatung GmbH
    78;
     
    1718; distribution, then only the terms of your commercial VirtualBox
    1819; license agreement apply instead of the previous paragraph.
     20;
    1921
    2022;*******************************************************************************
     
    3234;* Header Files                                                                *
    3335;*******************************************************************************
    34 %include "VBox/nasm.mac"
     36%include "VBox/asmdefs.mac"
    3537%include "VMMSwitcher/PAEand32Bit.mac"
    3638
  • trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMM - World Switchers, PAE to PAE
    24;
    3 ; VMM - World Switchers, PAE to PAE
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922;*******************************************************************************
     
    3033;* Header Files                                                                *
    3134;*******************************************************************************
    32 %include "VBox/nasm.mac"
     35%include "VBox/asmdefs.mac"
    3336%include "VMMSwitcher/PAEand32Bit.mac"
    3437
  • trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    2 ;
    33; VMM - World Switchers, template for PAE and 32-Bit.
    4 
     4;
     5
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922;%define DEBUG_STUFF 1
     
    2225;* Header Files                                                                *
    2326;*******************************************************************************
    24 %include "VBox/nasm.mac"
     27%include "VBox/asmdefs.mac"
    2528%include "VBox/x86.mac"
    2629%include "VBox/cpum.mac"
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMM - World Switchers.
    24;
    3 ; VMM - World Switchers.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922%ifndef __VMMSwitcher_mac__
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette