seL4 / microkit

Microkit - A simple operating system framework for the seL4 microkernel
Other
70 stars 37 forks source link

The big rename (seL4 Core Platform -> seL4 Microkit) #41

Closed Ivan-Velickovic closed 9 months ago

Ivan-Velickovic commented 9 months ago

The seL4 Core Platform project is being renamed to seL4 Microkit. This is a breaking change and will affect all current users of Microkit.

Why is this happening?

The seL4 Core Platform name, especially the "Core" part, indicates to users of seL4 that it is the framework to build systems with on seL4. This is not true. It is a collection of tools, abstractions and a library to build certain kinds of systems on top of seL4, it is definitely not the only way to build on seL4.

How to refer to seL4 Microkit

In an seL4 context, it is referred as simply "Microkit". In a non-seL4 context it is referred to as "seL4 Microkit".

In code, it is referred to as microkit.

Affects to users

If you are using the Microkit already, the main renames to be aware of are the following:

Apologies for any inconvenience, but the earlier we do the rename, the better.