X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FBootSector%2Fefi32.S;h=f21ff843844af9ad161d8f4adced143eff5db63b;hb=9811c39250d3598b02b7f39bbec5a51c803f8f6a;hp=d142624f0ff4d05b4a41c5c54e96fd2a49f5fa00;hpb=3bd0ef806eb2e0a9aac7b96e6797423fa65a5184;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/efi32.S b/DuetPkg/BootSector/efi32.S index d142624f0f..f21ff84384 100644 --- a/DuetPkg/BootSector/efi32.S +++ b/DuetPkg/BootSector/efi32.S @@ -21,6 +21,9 @@ .org 0x21000 +.global _start +_start: + .equ DEFAULT_HANDLER_SIZE, INT1 - INT0 .macro jmpCommonIdtEntry @@ -150,7 +153,7 @@ EfiLdrOffset: ret # db "**** DEFAULT IDT ENTRY ***",0 - .align 0x2 + .p2align 1 Halt: INT0: pushl $0x0 # push error code place holder on the stack