Skip to content

winksaville/libsel4startstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsel4startstop

A Library which provides simple application start and stopping. The start method is _seL4_Start and is called before the application begins and is maybe given as the startup routine to the linker/loader. Hence it should never be directly called and thus has not header definition.

The seL4_Stop method maybe called by an application to handler failures or assertion so sel4/stop.h header is provided. This is currently used by libsel4assert.

About

Implement simple start and stop methods for seL4 applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published