mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -04:00
kern: finish implementing assembly init routines
This commit is contained in:
parent
b3bfd6c4c9
commit
32fb22e361
11 changed files with 270 additions and 40 deletions
|
@ -18,7 +18,7 @@ SECTIONS
|
|||
|
||||
.crt0 :
|
||||
{
|
||||
KEEP (*(.crt0))
|
||||
KEEP (*(.crt0 .crt0.*))
|
||||
. = ALIGN(8);
|
||||
} :code
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue