Add some references to book list

This commit is contained in:
g1n 2021-09-02 16:41:23 +00:00
parent f6b21ffd50
commit dc5ac739c0
1 changed files with 19 additions and 11 deletions

View File

@ -14,27 +14,35 @@
<h2> Currently reading </h2>
<li> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </li>
<p> ~> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </p>
<h2> Linux/UNIX </h2>
<li> Linux System Programming (by Robert Love) </li>
<li> Linux Kernel Development (by Robert Love) </li>
<li> Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman) </li>
<li> Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati) </li>
<li> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </li>
<li> Beej's Guide to Unix Interprocess Communication </li>
<p> ~> Linux System Programming (by Robert Love) </p>
<p> ~> Linux Kernel Development (by Robert Love) </p>
<p> ~> Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman) </p>
<p> ~> Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati) </p>
<p> ~> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </p>
<p> ~> Beej's Guide to Unix Interprocess Communication </p>
<h2> Programing languages </h2>
<h3> C </h3>
<li> Beej's Guide to C (WIP) </li>
<li> Beej's Guide to Network Programming </li>
<li> Compilers: Principles, Techniques, and Tools </li>
<p> ~> Beej's Guide to C (WIP) </p>
<p> ~> Beej's Guide to Network Programming </p>
<p> ~> Compilers: Principles, Techniques, and Tools </p>
<h2> References and documentation </h2>
<p> ~> <a href="http://www.obelisk.me.uk/6502/">6502 Introduction</a> </p>
<p> ~> <a href="http://www.intel.com/products/processor/manuals/">Intel® 64 and IA-32 Architectures Software Developer's Manuals</a> </p>
<p> ~> ELF File Format Specifications: <a href="http://www.sco.com/developers/gabi/latest/contents.html">System V ABI Update</a> </p>
<p> ~> <a href="http://www.atmel.com/images/atmel-0856-avr-instruction-set-manual.pdf">Atmel AVR 8-bit Instruction Set - Atmel Corporation</a> </p>
<p> ~> <a href="https://gist.github.com/mhitza/www.atmel.com/Images/doc1022.pdf">AVR Assembler Guide</a></p>
<h2> Other </h2>
<li> Beej's Guide to the GNU Debugger (GDB) </li>
<p> ~> Beej's Guide to the GNU Debugger (GDB) </p>
</div>
</body>
</html>