-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information
1 parent
5446c6d
commit 98c7880
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
# Copyright 2020 seL4 Project a Series of LF Projects, LLC. | ||
|
||
name: microkit | ||
display_name: Microkit | ||
description: A simple operating system framework for developing systems on top of seL4 | ||
project_order: 10 | ||
|
||
useful_urls: | ||
- label: "Microkit user manual" | ||
url: "https://github.com/seL4/microkit/blob/main/docs/manual.md" | ||
- label: "Microkit tutorial" | ||
url: "https://trustworthy.systems/projects/microkit/tutorial" | ||
- label: "Microkit development roadmap" | ||
url: "https://github.com/seL4/microkit/issues/61" | ||
- label: "Trustworthy Systems Microkit project" | ||
url: "https://trustworthy.systems/projects/microkit" | ||
|
||
repositories: | ||
- org: sel4 | ||
repo: microkit | ||
- org: au-ts | ||
repo: microkit_tutorial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Microkit | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC. | ||
--- | ||
|
||
# The seL4 Microkit | ||
|
||
The seL4 Microkit is an operating system framework on top of seL4 provides a small set of simple abstractions that ease the design and implementation of statically structured systems on seL4, while still leveraging the kernel’s benefits of security and performance. | ||
|
||
The Microkit is distributed as an SDK that integrates with the build system of your choice, significantly reducing the barrier to entry for new users of seL4. | ||
|
||
More information can be found on the [GitHub repository](https://github.com/sel4/microkit). |