From 8616ee746e54d2d5cccdf1b1b907c9374d14a0fc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Mon, 28 Nov 2016 03:27:28 -0500 Subject: [PATCH 1/2] Update Amazon book link to current edition "Linux Kernel Development" by Robert Love -> 3rd edition --- basics_dev/devel-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/devel-books.md b/basics_dev/devel-books.md index 8f738a5f..537cc12f 100644 --- a/basics_dev/devel-books.md +++ b/basics_dev/devel-books.md @@ -14,7 +14,7 @@ Below is a list of various books that might be useful in learning some basics ne - [http://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X](http://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X) - Some good books about Linux kernel: - - [http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672327201](http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672327201) + - [http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468](http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468] - [http://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903](http://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903) - Solid intro into Trusted Computing by David Grawrock (original Intel architect for TXT): From e535198d6765b22be391aab40cfb4c06dd4f0718 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Mon, 28 Nov 2016 03:30:51 -0500 Subject: [PATCH 2/2] Use https for Amazon links --- basics_dev/devel-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basics_dev/devel-books.md b/basics_dev/devel-books.md index 537cc12f..1b292a76 100644 --- a/basics_dev/devel-books.md +++ b/basics_dev/devel-books.md @@ -11,14 +11,14 @@ redirect_from: Below is a list of various books that might be useful in learning some basics needed for Qubes development. - A must-read about Xen internals: - - [http://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X](http://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X) + - [https://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X](https://www.amazon.com/Definitive-Guide-Xen-Hypervisor/dp/013234971X) - Some good books about Linux kernel: - - [http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468](http://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468] - - [http://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903](http://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903) + - [https://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468](https://www.amazon.com/Linux-Kernel-Development-Robert-Love/dp/0672329468] + - [https://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903](https://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903) - Solid intro into Trusted Computing by David Grawrock (original Intel architect for TXT): - - [http://www.amazon.com/Dynamics-Trusted-Platform-Buildin-Grawrock/dp/1934053082](http://www.amazon.com/Dynamics-Trusted-Platform-Buildin-Grawrock/dp/1934053082) + - [https://www.amazon.com/Dynamics-Trusted-Platform-Buildin-Grawrock/dp/1934053082](https://www.amazon.com/Dynamics-Trusted-Platform-Buildin-Grawrock/dp/1934053082) - Good book about GIT: - [http://progit.org/book/](http://progit.org/book/)