summaryrefslogtreecommitdiff
path: root/edk2/DuetPkg/BootSector/bin
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-16 09:38:12 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-16 09:38:12 +0000
commitdc0bc767f4811fe04e34fa0840264ec490a4a02d (patch)
tree76bd3fe45c7648556e4d00ac84e324486a23fc71 /edk2/DuetPkg/BootSector/bin
parent17aac1df322842451ed151989dbb9d9ba284815b (diff)
DuetPkg BootSector:
Update start.asm(S)/start16.asm(S)/start32.asm(S)/efi32.asm(S) under DuetPkg\BootSector to follow the IA32 recommendations on switching to protected mode: Immediately following the MOV CR0 instruction, execute a far JMP or far CALL instruction. (This operation is typically a far jump or call to the next instruction in the instruction stream.) Signed-off-by: rsun3 Reviewed-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@12723 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/DuetPkg/BootSector/bin')
-rw-r--r--edk2/DuetPkg/BootSector/bin/Start.combin4096 -> 4096 bytes
-rw-r--r--edk2/DuetPkg/BootSector/bin/Start16.combin4096 -> 4096 bytes
-rw-r--r--edk2/DuetPkg/BootSector/bin/Start32.combin4096 -> 4096 bytes
-rw-r--r--edk2/DuetPkg/BootSector/bin/efi32.combin139264 -> 139264 bytes
-rw-r--r--edk2/DuetPkg/BootSector/bin/efi32.com2bin4096 -> 4096 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/edk2/DuetPkg/BootSector/bin/Start.com b/edk2/DuetPkg/BootSector/bin/Start.com
index adc5a3d0c..0fd19a14a 100644
--- a/edk2/DuetPkg/BootSector/bin/Start.com
+++ b/edk2/DuetPkg/BootSector/bin/Start.com
Binary files differ
diff --git a/edk2/DuetPkg/BootSector/bin/Start16.com b/edk2/DuetPkg/BootSector/bin/Start16.com
index 34e5dca6d..b2d77c126 100644
--- a/edk2/DuetPkg/BootSector/bin/Start16.com
+++ b/edk2/DuetPkg/BootSector/bin/Start16.com
Binary files differ
diff --git a/edk2/DuetPkg/BootSector/bin/Start32.com b/edk2/DuetPkg/BootSector/bin/Start32.com
index 47f2f5d43..ac0e3cb20 100644
--- a/edk2/DuetPkg/BootSector/bin/Start32.com
+++ b/edk2/DuetPkg/BootSector/bin/Start32.com
Binary files differ
diff --git a/edk2/DuetPkg/BootSector/bin/efi32.com b/edk2/DuetPkg/BootSector/bin/efi32.com
index 7c982e0ba..4bcd83e2a 100644
--- a/edk2/DuetPkg/BootSector/bin/efi32.com
+++ b/edk2/DuetPkg/BootSector/bin/efi32.com
Binary files differ
diff --git a/edk2/DuetPkg/BootSector/bin/efi32.com2 b/edk2/DuetPkg/BootSector/bin/efi32.com2
index d4bae935c..05522eccc 100644
--- a/edk2/DuetPkg/BootSector/bin/efi32.com2
+++ b/edk2/DuetPkg/BootSector/bin/efi32.com2
Binary files differ