mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
1.4 KiB
1.4 KiB
lang | layout | permalink | redirect_from | ref | title | |||
---|---|---|---|---|---|---|---|---|
en | doc | /doc/devel-books/ |
|
32 | Developer books |
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:
- The Definitive Guide to the Xen Hypervisor, by David Chisnall
-
Some good books about the Linux kernel:
- Linux Kernel Development, by Robert Love
- Linux Device Drivers, by Jonathan Corbet
-
Solid intro into Trusted Computing:
- Dynamics of a Trusted Platform, by David Grawrock (original Intel architect for TXT)
-
Good book about GIT:
- Pro Git, by Scott Chacon and Ben Straub (complete book available free online)
-
Useful books about Python:
- Programming in Python 3, by Mark Summerfield
- Rapid GUI Programming with Python and Qt, by Mark Summerfield (Although note that Qt is being replaced by GTK in Qubes code.)