Changeset 62478 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Jul 22, 2016 6:29:06 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109034
- Location:
- trunk/src/VBox/VMM/VMMSwitcher
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/AMD64Stub.asm
r57429 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
r61058 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r61060 r62478 9 9 10 10 ; 11 ; Copyright (C) 2006-201 5Oracle Corporation11 ; Copyright (C) 2006-2016 Oracle Corporation 12 12 ; 13 13 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
r61058 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMSwitcher/X86Stub.asm
r56287 r62478 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.