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

feat: Kernel State Dump & Restore #213

Open
zccz14 opened this issue Nov 6, 2023 · 0 comments · Fixed by #214
Open

feat: Kernel State Dump & Restore #213

zccz14 opened this issue Nov 6, 2023 · 0 comments · Fixed by #214

Comments

@zccz14
Copy link
Contributor

zccz14 commented Nov 6, 2023

Many features benefit from this feature:

A kernel's state can be dumped and restored.

  • We can inspect a remote kernel by dumping the state and restoring it locally.

  • We can make the data-checking logic more efficient.

  • We can make the indicator-monitor scene more efficient.

TODO:

  • Kernel supports methods dump and restore.
  • Every unit in the kernel supports methods dump and restore.
  • Kernel terminal exposes an interface method dump for other terminals.
  • Kernel support re-starting and incremental mode.
@zccz14 zccz14 converted this from a draft issue Nov 6, 2023
@zccz14 zccz14 linked a pull request Nov 6, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Yuan Public WorkItem Nov 7, 2023
@zccz14 zccz14 reopened this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant