collapseos/tools/emul/shell
Virgil Dupras cdd0b64570 Modify userspace .org and RAMSTART expectations
Instead of expecting a `USER_CODE` symbol to be set, we expect `.org` to be
set in all userspace glue code. This gives us more flexibility with regards to
how we manage that.

Moreover, instead of making `USER_RAMSTART` mandatory, we make it default to
the end of the binary, which is adequate in a majority of cases.

Will be useful for my upcoming mega-commit... :)
2019-11-15 10:33:13 -05:00
..
shell.c Fix buffer overrun in shell emulator (#51) 2019-10-15 21:21:40 -04:00
shell_.asm Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
user.h Modify userspace .org and RAMSTART expectations 2019-11-15 10:33:13 -05:00