]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/start16.S
Make end of line consistent for DuetPkg. There is no other update.
[mirror_edk2.git] / DuetPkg / BootSector / start16.S
index 7106f15f54ccab8bb6fd8d4500de3983d27b70af..13fefb21294099973d8ee4e4f6d1958cff78a79b 100644 (file)
 .equ                        BLOCK_SHIFT,                9\r
 \r
         .org 0x00\r
-ASM_GLOBAL _start\r
+\r
+.global _start\r
 _start:\r
+\r
 Ia32Jump: \r
   jmp   BootSectorEntryPoint  # JMP inst    - 3 bytes\r
   nop\r
@@ -452,7 +454,6 @@ gdtr:   .word  GDT_END - GDT_BASE - 1       # GDT limit
 \r
         .align 0x2\r
 \r
-ASM_GLOBAL GDT_BASE\r
 GDT_BASE: \r
 # null descriptor\r
 .equ                NULL_SEL, .-GDT_BASE\r
@@ -546,7 +547,6 @@ idtr:   .word IDT_END - IDT_BASE - 1  # IDT limit
 #idt_tag db "IDT",0     \r
         .align 0x2\r
 \r
-ASM_GLOBAL IDT_BASE\r
 IDT_BASE: \r
 # divide by zero (INT 0)\r
 .equ                DIV_ZERO_SEL, .-IDT_BASE\r