Skip to content

make runtime management interface independent from kernel interface #649

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

Closed
sbourdeauducq opened this issue Dec 21, 2016 · 1 comment
Closed

Comments

@sbourdeauducq
Copy link
Member

As soon as the network is up, we want to be able to access the flash storage and the log from the network. This independently of a startup kernel running/crashing, the RTIO clock working, or anything else.

The only reason it was coupled in the C runtime is because reusing the session code was somewhat tricky, but I believe Rust should make this easier.

@sbourdeauducq sbourdeauducq added this to the 3.0 milestone Dec 21, 2016
@whitequark
Copy link
Contributor

OK. The only reason I implemented it like that in Rust is for feature parity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants