kernel-8086: Switch to more portable .org.
This commit is contained in:
parent
f16b8c0405
commit
e77dc3d9a0
1 changed files with 2 additions and 2 deletions
|
@ -46,5 +46,5 @@ message:
|
|||
.ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
||||
.byte 0
|
||||
|
||||
. = base + 510
|
||||
.short 0xaa55
|
||||
.org 510
|
||||
.short 0xaa55
|
||||
|
|
Loading…
Reference in a new issue