wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Watchdog] [Idle] Something should restart important processes #98

Open trylimits opened 9 years ago

trylimits commented 9 years ago

In #31 we introduced a system call for killing processes. However, important processes like console and idle process should be restarted immediately if they get killed. I would like to avoid a hard-coded logic before killing a process.

@mpe5651 @Blackjack92 Ideas are welcome.