forked from jacobhempel/cdh_event_bus
-
Notifications
You must be signed in to change notification settings - Fork 1
OctopOS main program #5
Copy link
Copy link
Open
Milestone
Description
The main program needs to be written for octopOS. It should:
- Setup an instance of octopOS
- Fork and exec each module
- Each module needs to have its MSGKEY passed as argv[0]
- Create a tentacle and a thread for each child that listens for messages
- Register a handler for SIGCHLD, this will be expanded on with issue Modular Code Upgrades #4
Reactions are currently unavailable