Changeset 69111 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Oct 17, 2017 2:26:02 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118412
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 291 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r66812 r69111 5 5 6 6 # 7 # Copyright (C) 2010-201 6Oracle Corporation7 # Copyright (C) 2010-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk
r66446 r69111 5 5 6 6 # 7 # Copyright (C) 2006-201 6Oracle Corporation7 # Copyright (C) 2006-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/VBoxBs2Linker.cpp
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector-empty.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2012-201 6Oracle Corporation7 ; Copyright (C) 2012-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector-pae.asm
r66149 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector-shutdown.asm
r66149 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-api.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-boot-registers-1.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-end.mac
r62484 r69111 7 7 8 8 ; 9 ; Copyright (C) 2007-201 6Oracle Corporation9 ; Copyright (C) 2007-2017 Oracle Corporation 10 10 ; 11 11 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-init-code.mac
r66149 r69111 41 41 42 42 ; 43 ; Copyright (C) 2007-201 6Oracle Corporation43 ; Copyright (C) 2007-2017 Oracle Corporation 44 44 ; 45 45 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-init-traps.mac
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-macros-1.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-routines-template-1.mac
r66599 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-routines-template-2.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-routines.mac
r62484 r69111 46 46 47 47 ; 48 ; Copyright (C) 2007-201 6Oracle Corporation48 ; Copyright (C) 2007-2017 Oracle Corporation 49 49 ; 50 50 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-traprec-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-traprec.mac
r64529 r69111 7 7 8 8 ; 9 ; Copyright (C) 2007-201 6Oracle Corporation9 ; Copyright (C) 2007-2017 Oracle Corporation 10 10 ; 11 11 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-a20-1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-a20-1.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-ac-loop.asm
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-basic-1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-basic-1.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-db-loop.asm
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-hidden-regs-1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-hidden-regs-1.asm
r62484 r69111 7 7 8 8 ; 9 ; Copyright (C) 2007-201 6Oracle Corporation9 ; Copyright (C) 2007-2017 Oracle Corporation 10 10 ; 11 11 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-instr-1-template.mac
r65776 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-instr-1.asm
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-pf-1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-pf-1.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-1.asm
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-2-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-2.asm
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-structures.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-template-footer.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-template-header.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm
r62484 r69111 7 7 8 8 ; 9 ; Copyright (C) 2007-201 6Oracle Corporation9 ; Copyright (C) 2007-2017 Oracle Corporation 10 10 ; 11 11 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-triple-fault-1.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-vbinstst-64-1.asm
r62484 r69111 6 6 7 7 ; 8 ; Copyright (C) 2007-201 6Oracle Corporation8 ; Copyright (C) 2007-2017 Oracle Corporation 9 9 ; 10 10 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-vbinstst-big-template.asm
r62484 r69111 7 7 8 8 ; 9 ; Copyright (C) 2007-201 6Oracle Corporation9 ; Copyright (C) 2007-2017 Oracle Corporation 10 10 ; 11 11 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-vbinstst-kernel.asm
r62484 r69111 6 6 7 7 ; 8 ; Copyright (C) 2007-201 6Oracle Corporation8 ; Copyright (C) 2007-2017 Oracle Corporation 9 9 ; 10 10 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-32.c32
r64704 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-asm.asm
r64752 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-pf.c32
r65511 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c
r64529 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.mac
r65396 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c
r64529 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2.c
r64776 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-decoding-1-asm.asm
r65575 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-decoding-1-template.c
r61538 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-decoding-1.c32
r66342 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.c
r66184 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r67072 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-asm.asm
r62410 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.c
r66342 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.mac
r66342 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2.c
r65510 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1-asm.asm
r61315 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1-template.c
r61394 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1-template.mac
r61385 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk
r66452 r69111 5 5 6 6 # 7 # Copyright (C) 2006-201 6Oracle Corporation7 # Copyright (C) 2006-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 560 560 '' \ 561 561 '/*' \ 562 ' * Copyright (C) 2007-201 6Oracle Corporation' \562 ' * Copyright (C) 2007-2017 Oracle Corporation' \ 563 563 ' *' \ 564 564 ' * This file is part of VirtualBox Open Source Edition (OSE), as' \ … … 609 609 '' \ 610 610 '#' \ 611 '# Copyright (C) 2007-201 6Oracle Corporation' \611 '# Copyright (C) 2007-2017 Oracle Corporation' \ 612 612 '#' \ 613 613 '# This file is part of VirtualBox Open Source Edition (OSE), as' \ -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r69046 r69111 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/asmdefs-first.mac
r62484 r69111 8 8 9 9 ; 10 ; Copyright (C) 2006-201 6Oracle Corporation10 ; Copyright (C) 2006-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-bootsector.asm
r60676 r69111 8 8 9 9 ; 10 ; Copyright (C) 2007-201 6Oracle Corporation10 ; Copyright (C) 2007-2017 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-CreateHybridFarRet.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-SwitchFromV86To16BitAndCallC.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-Trap16Generic.asm
r64529 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-TrapRmV86Data.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-TrapRmV86Generic.asm
r66316 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c32-Trap32Generic.asm
r64529 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c64-Trap64Generic.asm
r64529 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-A20Disable.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-A20Enable.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-ConvertRMStackToP16UsingCxReturnToAx.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-CpuDetectData.c
r60311 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-GetModeName.c
r60749 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-GetModeNameShortLower.c
r66168 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-KbdRead.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-KbdWait.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-KbdWrite.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemAlloc.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemAllocZ.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemChr.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemCmp.asm
r60676 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemCpy.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemFree.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemGuardedTestPage.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemMove.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemPCpy.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemSet.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemZero.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingAlias.c
r64710 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingData.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForLM.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForPAE.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForPP.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingProtect.c
r66158 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingQueryAddressInfo.c
r64776 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingSetupCanonicalTraps.c
r64710 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Panic.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PerCpuData.c
r60311 r69111 8 8 9 9 /* 10 * Copyright (C) 2007-201 6Oracle Corporation10 * Copyright (C) 2007-2017 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PicMaskAll.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PicSetup.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PicUpdateMask.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PitIrqHandler.c
r64367 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintChr.asm
r60527 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintStr.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintStrN.asm
r60527 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintU32.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintX32.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Printf.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxConvertToRingX.c
r64367 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxRestore.asm
r66404 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSave.asm
r60661 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSaveEx.asm
r66407 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetGrpSegFromCurPtr.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetGrpSegFromFlat.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromCurPtr.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromFlat.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromLnkPtr.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32.c
r66158 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32NoClobber.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatCodeToProtFar16.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatCodeToRealMode.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatDataToProtFar16.asm
r66194 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFlatDataToRealMode.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelProtFar16DataToFlat.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelProtFar16DataToRealMode.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelProtFar32ToFlat32.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelProtModeCodeToRealMode.asm
r66196 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelRealModeCodeToProtMode.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelRealModeDataToFlat.asm
r60676 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelRealModeDataToProtFar16.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelSetup16BitCode.c
r64751 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelSetup16BitData.c
r64751 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Shutdown.asm
r66149 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabAlloc.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabAllocEx.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabFree.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabInit.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListAdd.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListAlloc.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListAllocEx.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListFree.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListInit.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrCpy.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrFormatV.c
r69046 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrLen.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrNLen.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrPrintf.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchHlpConvFlatRetToRetfProtMode.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchHlpConvProtModeRetfPopBpDecBpAndReturn.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchHlpConvRealModeRetfPopBpDecBpAndReturn.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo16Bit.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo16BitV86.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo32Bit.asm
r66195 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo64Bit.asm
r60749 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRing0.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRing1.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRing2.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRing3.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRingX.asm
r60527 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Syscall.asm
r60527 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestCheckRegCtxEx.c
r60657 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestData.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestDoModesByOneHlp.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestFailed.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestInit.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestIsVmmDevTestingPresent.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestPrintf.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSendCmdWithStr.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSendCmdWithU32.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSkipped.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSub.c
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSubDone.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSubErrorCount.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestTerm.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap16Init.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap16SetGate.c
r65595 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap32Init.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap32SetGate.c
r65595 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap64Init.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap64SetGate.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapDefaultHandler.c
r66456 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapHandlersData.asm
r61389 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapReInit.c
r60749 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapRmV86Init.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapRmV86SetGate.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetHandler.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetHandlerEx.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetJmp.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetJmpAndRestore.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapUnsetJmp.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UInt32Div.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UInt64Div.c
r60527 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UtilSetFullGdtr.asm
r60687 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UtilSetFullIdtr.asm
r60687 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-hexdigits.c
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate-common.h
r60609 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate-x0.c16
r60578 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate-x1.c16
r60578 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate.c16
r60003 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate.c32
r60003 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-instantiate.c64
r60003 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-memory.h
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-paging.h
r64710 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic-data.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h
r61389 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pit.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h
r64367 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-common.mac
r66446 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-dosexe.asm
r60539 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-init-all-pe32.asm
r61539 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-init-all-pp32.asm
r61547 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm
r60668 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-rm.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-CpuDetect.asm
r65366 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-Name.asm
r60312 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-NameShortLower.asm
r66168 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForLM64.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForPAE16.asm
r60554 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForPAE32.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForPP16.asm
r60554 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForPP32.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchTo32BitAndCallC.asm
r64698 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToLM16.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToLM32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToLM64.asm
r60578 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16_32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16_V86.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE32_16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAEV86.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16_32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16_V86.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE32_16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPEV86.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16_32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16_V86.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP32.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP32_16.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPPV86.asm
r60557 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToRM.asm
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.c
r66175 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByOne.c
r66175 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByOneStub.asm
r66182 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm
r66179 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesStub.asm
r66182 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TrapInit.c
r60585 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TrapSystemCallHandler.asm
r60657 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitAll.c
r61389 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitGdt.c
r62471 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitMemory.c
r66421 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-shutdown.c
r60668 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm
r61389 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-I4D.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-I8DQ.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-I8DR.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-I8RS.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U4D.asm
r68607 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8DQ.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8DR.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8LS.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8RS.asm
r68607 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-I8D.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-I8RS.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8D.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8LS.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8RS.asm
r62484 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3cpudt.c
r60439 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-autostubs.kmk
r66454 r69111 5 5 6 6 # 7 # Copyright (C) 2007-201 6Oracle Corporation7 # Copyright (C) 2007-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-docs.c
r60600 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code-define.h
r66454 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code-undef.h
r66454 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code.h
r60585 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h
r60676 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-footer.h
r60554 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-footer.mac
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.h
r62484 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
r64694 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r68604 r69111 5 5 6 6 /* 7 * Copyright (C) 2007-201 6Oracle Corporation7 * Copyright (C) 2007-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.mac
r66450 r69111 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 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.