boot sector use 16-bit code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7720 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-02-26 12:54:41 +00:00
parent 57b6de773d
commit 0375ec8d8f
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#.MODEL small
.stack:
.486p:
.code:
.code16:
.equ FAT_DIRECTORY_ENTRY_SIZE, 0x020
.equ FAT_DIRECTORY_ENTRY_SHIFT, 5

View File

@ -18,7 +18,7 @@
#.MODEL small
#.stack:
#.486p:
#.code:
.code16:
.section .text
.equ FAT_DIRECTORY_ENTRY_SIZE, 0x0020

View File

@ -22,7 +22,7 @@
.486:
#.MODEL flat
.stack:
.code:
.code16:
.org 0x21000
.equ DEFAULT_HANDLER_SIZE, INT1 - INT0