diff options
-rw-r--r-- | core/diskstart.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/diskstart.inc b/core/diskstart.inc index c21c9e27..f557098b 100644 --- a/core/diskstart.inc +++ b/core/diskstart.inc @@ -449,6 +449,7 @@ EPAPtr dw EPA - LDLINUX_SYS ; Pointer to the extended patch area ; the first sector itself. ; section .data16 + alignz 2 EPA: ADVSecPtr dw ADVSec0 - LDLINUX_SYS CurrentDirPtr dw CurrentDirName-LDLINUX_SYS ; Current directory name string |