From a1c319b3dd55aff68d945dc3c3dff92792e88c17 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 14 Nov 2018 18:52:41 -0500 Subject: [PATCH] Guides: OS devel and GNU Stow guides --- reads/guides.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reads/guides.md b/reads/guides.md index d9ceb56..9e5b604 100644 --- a/reads/guides.md +++ b/reads/guides.md @@ -6,6 +6,8 @@ [tinywm](http://incise.org/tinywm.html) +[stow](https://stevenrbaker.com/tech/managing-dotfiles-with-gnu-stow.html) + ## 3D Graphics [Learn OpenGL](https://learnopengl.com/) @@ -20,6 +22,8 @@ [server setup](https://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/) +[driver and kernel dev books](http://jdebp.eu/FGA/operating-system-books.html) + ## Emulation [Project Based Tutorials in C](https://github.com/rby90/Project-Based-Tutorials-in-C)