Syd: Writing an application kernel in Rust
Summary
The talk Syd: Writing an application kernel in Rust introduces Syd, a Rust-based application kernel with a portable runtime architecture. It covers per-thread isolation, seccomp-based sandboxing, and a multi-arch syscall broker, highlighting patterns to build secure, portable components with minimal unsafe code.