New package
From TUDOS-Wiki
Jump to navigationJump to search
Creating a new L4Re Package
L4Re software components are organized in packages, which reside in the l4/pkg directory.
- Before you start creating a new package, please make sure you have downloaded and compiled Fiasco.OC and the L4Re.
- Then, to create a new package:
$> cd l4/pkg l4/pkg $> mkdir newpkg l4/pkg $> cd newpkg l4/pkg/newpkg $> ../../mk/tmpl/inst
- These steps will create default pkg/ subdirectory content, such as lib/, include/ and server/ subdirs as well as the respective Makefiles.