build: move float into zone section

This commit is contained in:
A.M. Rowsell 2025-12-21 14:28:12 -05:00
commit a81c4be013
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,6 @@ SECTIONS
{
.zone 0xA000 : { *(.zone) *(zone) }
.boot 0xC3C3 : { *(.boot) *(boot) }
.text 0xE000 : { *(.text) *(.float) *(float) }
.vectors 0xF000 : { *(.vectors) }
.data 0x7000 : { *(.data) }
.bss : { *(.bss) }