summaryrefslogtreecommitdiff
path: root/core/parseconfig.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2009-04-13 15:09:41 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2009-04-13 15:09:41 -0700
commit7474bc582bb14eac6c3b35a08376d853dee7f8f1 (patch)
tree527cdfd1e0ce4953dfda4fb0a91b2945b0078c4f /core/parseconfig.inc
parent577ee32fca7467a1cf11778ae88d423c5cbbb8d4 (diff)
downloadsyslinux-7474bc582bb14eac6c3b35a08376d853dee7f8f1.tar.gz
core: add alignz macro (analogous to "alignb") for zero-pad align
Add a new macro "alignz" to align with zero bytes; use to align inside a data section (i.e. a progbits section which doesn't contain code.) Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/parseconfig.inc')
-rw-r--r--core/parseconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index 0ea1f137..593687d0 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -458,7 +458,7 @@ VKernelEnd resd 1 ; Lowest high memory address used
HighMemRsvd equ VKernelEnd
; by vkernels
section .config
- align 4, db 0
+ alignz 4
KbdTimeout dd 0 ; Keyboard timeout (if any)
TotalTimeout dd 0 ; Total timeout (if any)
AppendLen dw 0 ; Bytes in append= command