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

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