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