diff --git a/11_Spinlocks/README.md b/11_Spinlocks/README.md new file mode 100644 index 00000000..0a8b0b66 --- /dev/null +++ b/11_Spinlocks/README.md @@ -0,0 +1,5 @@ +# Tutorial 11 - Spinlocks + +Coming soon! + +Will replace the `NullLocks` with real Spinlocks! diff --git a/12_Interrupts/README.md b/12_Interrupts/README.md new file mode 100644 index 00000000..521d6544 --- /dev/null +++ b/12_Interrupts/README.md @@ -0,0 +1,3 @@ +# Tutorial 12 - Interrupts + +Coming soon!