Fix issue for boot sector

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2009-03-05 15:22:54 +00:00
parent 88e9055e52
commit 640a2e529e
2 changed files with 1 additions and 5 deletions

View File

@@ -19,10 +19,6 @@
# Now in 32-bit protected mode.
##############################################################################
.486:
#.MODEL flat
.stack:
.code16
.org 0x21000
.equ DEFAULT_HANDLER_SIZE, INT1 - INT0