Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: SubSystem Monitor (SSM) #89

Open
beakeyz opened this issue Dec 14, 2023 · 0 comments
Open

TODO: SubSystem Monitor (SSM) #89

beakeyz opened this issue Dec 14, 2023 · 0 comments

Comments

@beakeyz
Copy link
Owner

beakeyz commented 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

  1. SUBSYS_OK -> System is working OK
  2. SUBSYS_DISABLED -> System is disabled either by the user or by config
  3. SUBSYS_CRASHED -> System has crashed because of an internal error
  4. 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

@beakeyz beakeyz changed the title TODO: System Status Monitor (SSM) TODO: SubSystem Monitor (SSM) Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant