Change dot assignmnet to more portable .org.

Binary is unchanged (verified)
This commit is contained in:
Vladimir Serbinenko 2015-02-21 17:19:01 +01:00
parent f571dc1af8
commit bc29c6d019
6 changed files with 21 additions and 21 deletions

View file

@ -41,7 +41,7 @@ data_start:
xorl %ebp, %ebp
jmp LOCAL(linux_next)
. = data_start + 0x1F1
.org 0x1F1
setup_sects:
.byte CODE_SECTORS
@ -292,4 +292,4 @@ LOCAL(fail):
err_int15_msg:
.ascii "move memory fails\0"
. = _start + CODE_SECTORS * 512
.org (CODE_SECTORS * 512 + 512)