fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
233 stars 26 forks source link

Init should more often try to restart #83

Open fachat opened 6 months ago

fachat commented 6 months ago

When a child of init dies, and restart fails due to the device not being free yet (because of other tasks still using it), init should try to restart after some while, to see if the device is free again