Simplify.

This commit is contained in:
Martin Whitaker 2020-07-09 15:49:58 +01:00
parent c089a81ed1
commit fd7f4be912

View File

@ -150,8 +150,7 @@ got_sectors:
# Fix up the Linux boot header to indicate we've loaded into low memory.
leaw code32_start, %di
movl $LOW_LOAD_ADDR, (%di)
movl $LOW_LOAD_ADDR, code32_start
# After that (everything loaded), we jump to the setup code loaded
# directly after the boot block.