startup works, stepping works

This commit is contained in:
2025-02-24 18:27:35 +01:00
parent 86323a3ff7
commit 1d298b547d
7 changed files with 174 additions and 62 deletions

View File

@ -1,8 +1,8 @@
MEMORY
{
/* Zedboard: 512 MB DDR3. */
CODE(rx) : ORIGIN = 0x00100000, LENGTH = 512M
/* Zedboard: 512 MB DDR3. Only use 256 MB for now, should be plenty for a bare-metal app. */
CODE(rx) : ORIGIN = 0x00100000, LENGTH = 256M
}
REGION_ALIAS("DATA", CODE);