From 25db5241c1133b284e1c0eb394af196685bacce7 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Wed, 13 Jun 2018 07:26:56 -0700 Subject: [PATCH] RPi OS development tutorial added (#2892) * RPi OS development tutorial added * moved to free-programming-interactive-tutorials-en.md * emty line added --- free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 5890aba90..41d7525ac 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -16,6 +16,7 @@ * [Javascript](#javascript) * [Angular.js](#angularjs) * [Language Agnostic](#language-agnostic) + * [Operating Systems](#operating-systems) * [Lisp](#lisp) * [MATLAB](#matlab) * [Node](#node) @@ -140,6 +141,11 @@ * [The Fullstack Tutorial for GraphQL](https://www.howtographql.com) +#### Operating systems + +* [Learning operating system development using Linux kernel and Raspberry Pi](https://github.com/s-matyukevich/raspberry-pi-os) - Sergey Matyukevich (:construction: *in process*) + + ### Lisp * [Lisp Koans](https://github.com/google/lisp-koans)