Skip to content

Commit

Permalink
Add descriptions for 2 Linux resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nir9 authored Nov 7, 2024
1 parent c41c61d commit 293efdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ I highly recommend checking out the Linux kernel documentation ```https://docs.k
### Linux
- [Linux Docs](https://docs.kernel.org/) - Great source of information to learn about all things Linux, goes from Admin related stuff like configuring kernel command-line parameters and until low level subsystems in the kernel. I would recommend reading the docs in conjunction with reading the source code
- Robert Landley's talk about making a minimal Linux system (you can find on Youtube)
- Playlist on YouTube: "Greybeard Qualification - Linux Internals" - nice and helpful videos about Linux internals
- The book "Understanding the Linux Kernel"
- Playlist on YouTube: "Greybeard Qualification - Linux Internals" - nice and helpful videos about Linux internals, they are somewhat dated, but still contain a lot of information that is relavent today
- The book "Understanding the Linux Kernel", great companion for researching the kernel, it is quite dated so beware of some outdated information, but still valuable since a lot of the basic core mechanisms and archictecture is still relavent for today

### Windows
- The book "Inside Windows NT" by Helen Custer - This book was written in conjunction with the preperation of the release of the first version of Windows NT in 1993, though this book is old and contains a lot of outdated information, I found it very interesting and fun to read to understand how things came to be how they are today on Windows. Also since the basic architecture of the Windows NT kernel has pretty much remained the same as it was designed in the original Windows NT, I did get a much better understanding of internals after reading this book. I have also recently started reading "Windows Internals" which is the modern version of "Inside Window NT" but I will say that "Windows Internals" is much more technical and harder to read as compared to "Inside Windows NT" which is more focused on the high level and general design of Windows.
Expand Down

0 comments on commit 293efdb

Please sign in to comment.