The main program needs to be written for octopOS. It should: 1. Setup an instance of octopOS 2. Fork and exec each module * Each module needs to have its MSGKEY passed as argv[0] 3. Create a tentacle and a thread for each child that listens for messages 4. Register a handler for SIGCHLD, this will be expanded on with issue #4
The main program needs to be written for octopOS. It should: