mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Simplify.
This commit is contained in:
parent
c089a81ed1
commit
fd7f4be912
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user