Skip to content

Commit

Permalink
Fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Nov 2, 2023
1 parent f05d035 commit 7285711
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
s3k - Simple Secure Separation Kernel
S3K - Simple Secure Separation Kernel
=====================================

s3k is a separation kernel targetting embedded RISC-V systems.
S3K is a capability-based separation kernel targetting embedded RISC-V systems.

- [Documentation Index](https://github.com/kth-step/s3k/wiki)
Documentation:
- [Home](https://github.com/kth-step/s3k/wiki)
- [S3K Design](https://github.com/kth-step/s3k/wiki/S3K-Design)
- [S3K API](https://github.com/kth-step/s3k/wiki/S3K-API)

More documenation will be added.

Configuration
-------------

Expand Down Expand Up @@ -73,7 +76,5 @@ Repository structure
- hello - Hello, world example with two processes
- ping-ping - IPC example
- trapped - Trap handling example
- wcet - deprecated project (for now)
- API.md - Kernel API
- LICENSE - MIT License file
- tools.mk - Set the compiler tools here

0 comments on commit 7285711

Please sign in to comment.