dev: created cold/warm boot entry points and stubs

This commit is contained in:
A.M. Rowsell 2025-12-21 14:22:54 -05:00
commit a4761efed2
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1
5 changed files with 24 additions and 4 deletions

View file

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