diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-20 06:50:03 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-20 06:50:03 +0000 |
| commit | 57f2ee84a8bbfe26ed880d03aa9ca96566e6b8f3 (patch) | |
| tree | df943c184b4a8eb82a350bcfdfe57e003921f7d1 /boot/arch/amd64/mbr/link.ld | |
| parent | e53055872e7dddaf9df51c9a3b5bf95778509fe2 (diff) | |
boot: mbr: Link with address relative to 0x0000
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'boot/arch/amd64/mbr/link.ld')
| -rw-r--r-- | boot/arch/amd64/mbr/link.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/arch/amd64/mbr/link.ld b/boot/arch/amd64/mbr/link.ld index 6d25985..77ded5c 100644 --- a/boot/arch/amd64/mbr/link.ld +++ b/boot/arch/amd64/mbr/link.ld @@ -1,7 +1,7 @@ OUTPUT_FORMAT(binary) SECTIONS { - . = 0x7C00; + . = 0x0000; .text : { *(.text) |
