summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start16.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start16.S')
-rw-r--r--DuetPkg/BootSector/start16.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/DuetPkg/BootSector/start16.S b/DuetPkg/BootSector/start16.S
index 13fefb2129..014ce8cdcd 100644
--- a/DuetPkg/BootSector/start16.S
+++ b/DuetPkg/BootSector/start16.S
@@ -444,7 +444,7 @@ Empty8042Loop:
# data
##############################################################################
- .align 0x2
+ .p2align 1
gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit
.long 0 # (GDT base gets set above)
@@ -452,7 +452,7 @@ gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit
# global descriptor table (GDT)
##############################################################################
- .align 0x2
+ .p2align 1
GDT_BASE:
# null descriptor
@@ -529,7 +529,7 @@ GDT_BASE:
GDT_END:
- .align 0x2
+ .p2align 1
@@ -545,7 +545,7 @@ idtr: .word IDT_END - IDT_BASE - 1 # IDT limit
##############################################################################
#idt_tag db "IDT",0
- .align 0x2
+ .p2align 1
IDT_BASE:
# divide by zero (INT 0)
@@ -841,7 +841,7 @@ IDT_BASE:
IDT_END:
- .align 0x2
+ .p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0