improved argv passing through execve, now uses stack area
Stack area is used to store argv[] data, and it is now possible to have 4 pages (default) of stack to store arguments. The new algorithm is quite heavy, but really more flexible and reliable.
Loading
Please register or sign in to comment