From dc5ac739c023b73ba10ca0aeec53c21ef3487ec4 Mon Sep 17 00:00:00 2001 From: g1n Date: Thu, 2 Sep 2021 16:41:23 +0000 Subject: [PATCH] Add some references to book list --- books.html | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/books.html b/books.html index 9eb9b75..a2c6797 100644 --- a/books.html +++ b/books.html @@ -14,27 +14,35 @@

Currently reading

-
  • The Linux Programming Interface (TLPI) (by Michael Kerrisk)
  • +

    ~> The Linux Programming Interface (TLPI) (by Michael Kerrisk)

    Linux/UNIX

    -
  • Linux System Programming (by Robert Love)
  • -
  • Linux Kernel Development (by Robert Love)
  • -
  • Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman)
  • -
  • Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati)
  • -
  • The Linux Programming Interface (TLPI) (by Michael Kerrisk)
  • -
  • Beej's Guide to Unix Interprocess Communication
  • +

    ~> Linux System Programming (by Robert Love)

    +

    ~> Linux Kernel Development (by Robert Love)

    +

    ~> Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman)

    +

    ~> Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati)

    +

    ~> The Linux Programming Interface (TLPI) (by Michael Kerrisk)

    +

    ~> Beej's Guide to Unix Interprocess Communication

    Programing languages

    C

    -
  • Beej's Guide to C (WIP)
  • -
  • Beej's Guide to Network Programming
  • -
  • Compilers: Principles, Techniques, and Tools
  • +

    ~> Beej's Guide to C (WIP)

    +

    ~> Beej's Guide to Network Programming

    +

    ~> Compilers: Principles, Techniques, and Tools

    + +

    References and documentation

    + +

    ~> 6502 Introduction

    +

    ~> IntelĀ® 64 and IA-32 Architectures Software Developer's Manuals

    +

    ~> ELF File Format Specifications: System V ABI Update

    +

    ~> Atmel AVR 8-bit Instruction Set - Atmel Corporation

    +

    ~> AVR Assembler Guide

    Other

    -
  • Beej's Guide to the GNU Debugger (GDB)
  • +

    ~> Beej's Guide to the GNU Debugger (GDB)