From 79974847a2bce819aa5daf91b3b1440c32882888 Mon Sep 17 00:00:00 2001 From: giuliano Date: Sun, 4 Aug 2024 07:42:19 +0200 Subject: [PATCH] Fix csapp3e link --- src/system-programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system-programming.md b/src/system-programming.md index 868858b..160f5a0 100644 --- a/src/system-programming.md +++ b/src/system-programming.md @@ -6,7 +6,7 @@ - [Getting started with Linux kernel development](https://gist.github.com/vegard/22200a9f91af138a99ae22a9b814a9a4) - [Linux From Scratch](http://www.linuxfromscratch.org/) - [Think OS. A Brief Introduction to Operating Systems](https://greenteapress.com/thinkos/thinkos.pdf) -- [Computer Systems: A Programmer's Perspective](https://csapp.cs.cmu.edu/) +- [Computer Systems: A Programmer's Perspective](http://csapp.cs.cmu.edu/3e/home.html) - [Dive into Systems](https://diveintosystems.org/singlepage/) - [Kernighan and Pike, The Unix Programming Environment](https://www.cs.princeton.edu/~bwk/upe/upe.html) - [Kerrisk, The Linux Programming Interface](https://man7.org/tlpi/)