]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/start.S
Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link...
[mirror_edk2.git] / DuetPkg / BootSector / start.S
index bb3195861130183b1f2b570c44264def63130028..23cfbc05c2ca2b50e139682e6ad062920b40ea1a 100644 (file)
 .equ                        BLOCK_MASK, 0x01ff\r
 .equ                        BLOCK_SHIFT, 9\r
 \r
-       .org 0x0\r
+       .org 0x0
+
+.global _start\r
+_start:
+\r
 Ia32Jump: \r
   jmp   BootSectorEntryPoint  # JMP inst    - 3 bytes\r
   nop\r