#initial #thread #sel4 #stack #point #entry #entry-point

nightly selfe-start

Crate defining the entry point to the initial thread on seL4

2 unstable releases

Uses old Rust 2015

0.1.0 Jan 21, 2022
0.0.28 Jan 21, 2022

#7 in #sel4

26 downloads per month

MIT/Apache

16KB
299 lines

selfe-start

This is a local fork of sel4-start.

Crates.io

Documentation

This crate defines the entry point _sel4_start and a Rust #[lang = "start"] entry point which the _sel4_start calls after initializing the global BootInfo instance which is also defined in this crate. This is used only for the "initial thread" of the system, which is the first thread that seL4 starts. In the BootInfo are many wonderous things. See the seL4 manual, table 9.2 on page 39, for canonical information about the content of the BootInfo.

The initial thread is created with 16K of stack space.

Status

Complete.

Dependencies

~0–2MB
~40K SLoC