seL4 / rust-sel4

Rust support for seL4 userspace
85 stars 10 forks source link

Introduce more driver abstractions #152

Closed nspin closed 2 weeks ago

nspin commented 2 weeks ago

This PR expands on existing driver abstractions (e.g. introduced in https://github.com/seL4/rust-sel4/pull/25), adds new abstractions, implements drivers using these abstractions, and leverages these abstractions in the kernel loader and Microkit examples.

nspin commented 2 weeks ago

Resolves https://github.com/seL4/rust-sel4/issues/116