This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
I just got simple (binary) program loading working!!!!
my execu() function, in the form of execu(program_name) loads the program, returns the address, and then creates a new task for it!
Took me a little while to get it working, but it works well.