diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-12-09 19:59:48 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-12-09 19:59:48 -0800 |
commit | a34f4d5133f12beda4d5ed6ce923d1af82ec1652 (patch) | |
tree | 4cd5c47763af10907c209a7ccf9560ed20c480d7 /dosutil | |
parent | 63313601614535f6faefa8d4d00908f2b645ee96 (diff) | |
download | syslinux-a34f4d5133f12beda4d5ed6ce923d1af82ec1652.tar.gz syslinux-a34f4d5133f12beda4d5ed6ce923d1af82ec1652.tar.xz syslinux-a34f4d5133f12beda4d5ed6ce923d1af82ec1652.zip |
eltorito: align the buffer
Align the sector buffer.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'dosutil')
-rw-r--r-- | dosutil/eltorito.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dosutil/eltorito.asm b/dosutil/eltorito.asm index 3294c6fc..1ff8b38c 100644 --- a/dosutil/eltorito.asm +++ b/dosutil/eltorito.asm @@ -757,6 +757,7 @@ print_char_exit: ;The 96h data is used for testing the number of bytes returned by an Extended ; CD-ROM sector read + align 16, db 0 Buffer times 2049 db 96h ;============================================================================= |