dev: created cold/warm boot entry points and stubs
This commit is contained in:
parent
a83e7f52d4
commit
a4761efed2
5 changed files with 24 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
SECTIONS
|
||||
{
|
||||
.zone 0xA000 : { *(.zone) *(zone) }
|
||||
.boot 0xC3C3 : { *(.boot) *(boot) }
|
||||
.text 0xE000 : { *(.text) *(.float) *(float) }
|
||||
.vectors 0xF000 : { *(.vectors) }
|
||||
.data 0x7000 : { *(.data) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue