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

Remove hardware-interface #437

Open
tomaka opened this issue May 1, 2020 · 1 comment
Open

Remove hardware-interface #437

tomaka opened this issue May 1, 2020 · 1 comment
Labels
A-interfaces Concerns the interfaces between modules A-standalone-x86_64 Issues specific to x86_64

Comments

@tomaka
Copy link
Owner

tomaka commented May 1, 2020

After #428 is done.

The hardware interface is too "dangerous" and doesn't allow proper sandboxing.
Exposing only the PCI and DeviceTree (and USB) interfaces should be enough to write drivers. Anything that can't be done on top of these should be directly put in the kernel.

cc #370 #206 #118

@tomaka tomaka added A-standalone-x86_64 Issues specific to x86_64 A-interfaces Concerns the interfaces between modules labels May 1, 2020
@PaperPrototype
Copy link

So are drivers going to be written in WASI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interfaces Concerns the interfaces between modules A-standalone-x86_64 Issues specific to x86_64
Projects
None yet
Development

No branches or pull requests

2 participants