summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start64.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start64.S')
-rw-r--r--DuetPkg/BootSector/start64.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/DuetPkg/BootSector/start64.S b/DuetPkg/BootSector/start64.S
index 7787adfb5d..39e5869fe2 100644
--- a/DuetPkg/BootSector/start64.S
+++ b/DuetPkg/BootSector/start64.S
@@ -587,7 +587,7 @@ Empty8042Loop:
# data
##############################################################################
- .align 0x2
+ .p2align 1
gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
.long 0 # (GDT base gets set above)
@@ -595,7 +595,7 @@ Empty8042Loop:
# global descriptor table (GDT)
##############################################################################
- .align 0x2
+ .p2align 1
GDT_BASE:
# null descriptor
@@ -685,7 +685,7 @@ GDT_BASE:
GDT_END:
- .align 0x2
+ .p2align 1
@@ -702,7 +702,7 @@ idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
##############################################################################
#idt_tag db "IDT",0
- .align 0x2
+ .p2align 1
IDT_BASE:
@@ -1071,7 +1071,7 @@ IDT_BASE:
IDT_END:
- .align 0x2
+ .p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0