From e7cb14e858b39b761f559b7f2e346823aabb6b39 Mon Sep 17 00:00:00 2001 From: Solomon Ucko Date: Mon, 19 Sep 2022 22:55:35 -0400 Subject: [PATCH] add some books about Windows --- TheTechTree.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TheTechTree.md b/TheTechTree.md index eb1d880e575..95c83232890 100644 --- a/TheTechTree.md +++ b/TheTechTree.md @@ -87,6 +87,10 @@ _Mastering Linux Kernel Development_ by Raghu Bharadwaj (Packt) _The Linux Programming Interface_ by Michael Kerrick (No Starch) +_Windows Internals, Seventh Edition_, Parts 1 and 2, by Pavel Yosifovich, Alex Ionescu, Mark E. Russinovich, and David A. Solomon (Microsoft) + +_The Old New Thing: Practical Development Throughout the Evolution of Windows_ by Raymond Chen (Addison-Wesley) + ## Programming languages There are hundreds of programming languages; the enormous chart visualizing their evolution at the Computer History Museum is worth visiting if you're a developer, and we don't intend to document them all. Still, accessible book-length descriptions of a selection of the world's major languages seems desirable.