Page 1 of 1

Program loading...it works!

Posted: Sun Dec 09, 2007 12:31 pm
by piranha
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.

-JL 8) :D

Posted: Mon Dec 10, 2007 6:07 am
by JamesM
Well done! Got a screeny?

Posted: Mon Dec 10, 2007 9:29 pm
by piranha
Oh, yeah: It loads a program called 'init' which says init started...

-JL