Hello
We are considering using seL4 as a secure bootloader in the Fobnail project
We'd like to use it as mini OS that would communicate with a device called Fobnail Token in order verify integrity of the target OS and boot it if verification passes.
We need the following things to use seL4 as mini OS
- seL4 must be able to run in DLME
- a single seL4 should be able to run on any ACPI enabled x86 platform (without recompiling)
- USB host drivers with USB EEM driver and network stack
- TPM support
- ability to chainload another OS, we know about
seL4_DebugRun but we'd prefer something protected with capability to allow only one service to do that.
Could you take a look at our research regarding seL4? Is there anything more we should know?
Hello
We are considering using seL4 as a secure bootloader in the Fobnail project
We'd like to use it as mini OS that would communicate with a device called Fobnail Token in order verify integrity of the target OS and boot it if verification passes.
We need the following things to use seL4 as mini OS
seL4_DebugRunbut we'd prefer something protected with capability to allow only one service to do that.Could you take a look at our research regarding seL4? Is there anything more we should know?