summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start32.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start32.S')
-rw-r--r--DuetPkg/BootSector/start32.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/DuetPkg/BootSector/start32.S b/DuetPkg/BootSector/start32.S
index c8faf266df..55b274b8df 100644
--- a/DuetPkg/BootSector/start32.S
+++ b/DuetPkg/BootSector/start32.S
@@ -459,7 +459,7 @@ Empty8042Loop:
# data
##############################################################################
- .align 0x2
+ .p2align 1
gdtr: .word GDT_END - GDT_BASE - 1
.long 0 # (GDT base gets set above)
@@ -467,7 +467,7 @@ gdtr: .word GDT_END - GDT_BASE - 1
# global descriptor table (GDT)
##############################################################################
- .align 0x2
+ .p2align 1
GDT_BASE:
# null descriptor
@@ -544,7 +544,7 @@ GDT_BASE:
GDT_END:
- .align 0x2
+ .p2align 1
@@ -560,7 +560,7 @@ idtr: .word IDT_END - IDT_BASE - 1
##############################################################################
#idt_tag db "IDT",0
- .align 0x2
+ .p2align 1
IDT_BASE:
# divide by zero (INT 0)
@@ -856,7 +856,7 @@ IDT_BASE:
IDT_END:
- .align 0x2
+ .p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0