mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
thermosphere: gdb: add debugManagerInit
This commit is contained in:
parent
cf0b052590
commit
e4de512e6f
7 changed files with 85 additions and 3 deletions
|
@ -152,7 +152,7 @@ SECTIONS
|
|||
. = ALIGN(8);
|
||||
__real_bss_end__ = ABSOLUTE(.);
|
||||
__image_size__ = ABSOLUTE(__real_bss_end__ - __start__);
|
||||
ASSERT(__image_size__ <= __max_image_size__, "Image too big!");
|
||||
/*ASSERT(__image_size__ <= __max_image_size__, "Image too big!");*/
|
||||
/*
|
||||
The logic here: tempbss *additional pages* are at a very different PA, but
|
||||
we can allow .tempbss to use unused "non-temporary" BSS space. Their VAs are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue