Skip to content

kcsl/seL4-Atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

seL4-Atlas

An seL4 kernel as an Atlas project. The following project is constructed by manually building the seL4 kernel following the instructions of Stand-alone seL4 builds. This build process generates a kernel_all.c file containing the whole kernel in a single C file. kernel_all.c references many header files which can be either found in the "include" directory of seL4 or automatically generated through the build process. Therefore, some manual work is needed to re-organize the header files to be correctly included within the kernel_all.c.

Indexing Instructions

seL4 builds typically use a cross-compiler. Make sure to set your toolchain in Project Settings to "Cross Compiler Toolchain" before you index the project in Atlas.

About

An seL4 kernel as an Atlas project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages