mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Now when loading a process, init will push all the loader args, align the stack so that the next pointer will have correct alignment, then push a pointer to the loader args. Also: * _ldso_start will pop all loader args off of the stack before jumping to the loaded program's entrypoint, as if it had never run. * The sentinel arg structures have a size instead of being all zeros, so that they can be popped off properly when done.