> The problem is lack of memory. If each executable needs to be copied out
> of flash into ram, then it is very likely that I will not have enough ram
> in the system. At this point, it would not pay for me to put more ram in
Nod.
> Granted, I haven't looked at the ELKS sources, but I suspect that it should
> be possible to add this feature in with a little effort. This is certainly
> something that could benefit nearly anyone that is trying to put ELKS into ROM.
It also means you can probably throw out the entire VFS. You replace exec
with a create_task_of(CS:IP, DS:SP)