You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way to divide the kernel into different subsystems that can then report their status globally to the system. This way we can determine what systems are still usable in case of a crash
Subsystems can have different stats, like
SUBSYS_OK -> System is working OK
SUBSYS_DISABLED -> System is disabled either by the user or by config
SUBSYS_CRASHED -> System has crashed because of an internal error
SUBSYS_IDLE -> System is not doing anything
And more
This is just a concept and would result in less ways the kernel can uncontrollably fuck itself
The text was updated successfully, but these errors were encountered:
beakeyz
changed the title
TODO: System Status Monitor (SSM)
TODO: SubSystem Monitor (SSM)
Dec 14, 2023
A way to divide the kernel into different subsystems that can then report their status globally to the system. This way we can determine what systems are still usable in case of a crash
Subsystems can have different stats, like
And more
This is just a concept and would result in less ways the kernel can uncontrollably fuck itself
The text was updated successfully, but these errors were encountered: