Skip to content

Commit

Permalink
add tutorial descriptions back into md files
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Oct 31, 2024
1 parent e667ac4 commit fbae7e8
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tutorials/camkes-vm-crossvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
toc: true
title: Camkes cross-VM connectors
tutorial: camkes-vm-crossvm
description: walkthrough of adding communication between Linux guests in separate VMs
tutorial-order: vm-2
layout: tutorial
SPDX-License-Identifier: CC-BY-SA-4.0
Expand Down
1 change: 1 addition & 0 deletions Tutorials/camkes-vm-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Camkes VM Linux
tutorial: camkes-vm-linux
tutorial-order: vm-1
layout: tutorial
description: using Linux as a guest in the Camkes VM
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Capabilities
tutorial: capabilities
layout: tutorial
description: an introduction to capabilities in the seL4 kernel API
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/fault-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Faults
tutorial: fault-handlers
layout: tutorial
description: fault (e.g virtual memory fault) handling and fault endpoints
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/get-the-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
toc: true
title: Getting the tutorials
layout: tutorial
description: steps and code for getting tutorials
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2024 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/hello-camkes-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Hello CAmkES
tutorial: hello-camkes-0
layout: tutorial
description: an introduction to CAmkES concepts
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/hello-camkes-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Introduction to CAmkES
tutorial: hello-camkes-1
layout: tutorial
description: an introduction to CAmkES concepts
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/hello-camkes-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Events in CAmkES
tutorial: hello-camkes-2
layout: tutorial
description: an introduction to CAmkES concepts
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/hello-camkes-timer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: CAmkES timer tutorial
tutorial: hello-camkes-timer
layout: tutorial
description: introduce CAmkES hardware components
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Hello, World!
tutorial: hello-world
layout: tutorial
description: an introduction to seL4 projects and tutorials
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/interrupts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Interrupts
tutorial: interrupts
layout: tutorial
description: receiving and handling interrupts
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/ipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: IPC
tutorial: ipc
layout: tutorial
description: overview of interprocess communication (IPC)
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/libraries-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Libraries initialisation & threading
tutorial: libraries-1
layout: tutorial
description: system initialisation & threading with seL4_libs.
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/libraries-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Libraries IPC
tutorial: libraries-2
layout: tutorial
description: IPC with seL4_libs
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/libraries-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Libraries processes & ELF loading
tutorial: libraries-3
layout: tutorial
description: process management with seL4_libs
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/libraries-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Libraries timer tutorial
tutorial: libraries-4
layout: tutorial
description: timers and timeouts with seL4_libs
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Mapping
tutorial: mapping
layout: tutorial
description: virtual memory in seL4
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/mcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: MCS
tutorial: mcs
layout: tutorial
description: an introduction to the seL4 MCS extensions.
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Notifications
tutorial: notifications
layout: tutorial
description: using notification objects and signals
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Threads
tutorial: threads
layout: tutorial
description: how to start a thread using the seL4 API
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down
1 change: 1 addition & 0 deletions Tutorials/untyped.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ toc: true
title: Untyped
tutorial: untyped
layout: tutorial
description: user-level memory management
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---
Expand Down

0 comments on commit fbae7e8

Please sign in to comment.