processes: start defining what a process is

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-12-25 20:11:15 +08:00
parent 649d1ba26b
commit 3a6c4f9a1c
8 changed files with 157 additions and 86 deletions

View File

@ -52,6 +52,7 @@ SECTIONS
This is required by LLD to ensure the LMA of the following .data
section will have the correct alignment. */
. = ALIGN(4);
_etext = .;
} > REGION_RODATA
.data : ALIGN(4)