Skip to content

Instantly share code, notes, and snippets.

View afrodidact's full-sized avatar
🙂
I'm still learning.

Aaron Miller afrodidact

🙂
I'm still learning.
  • London
  • 14:15 (UTC +01:00)
View GitHub Profile
@afrodidact
afrodidact / kernelkorner.md
Created January 14, 2022 12:29 — forked from indidatajones/kernelkorner.md
studynotes from my time with linuxjourney.com

LINUX JOURNEY

Linus Torvalds torvalds/linux: Linux kernel source tree raspberrypi/linux: Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum

Getting Started

The kernel is the most important piece in the operating system. It allows the hardware to talk to the software. It also does a whole lot of other things, but we’ll dig into that in a different course. For now, just know that the kernel controls pretty much everything that happens on your system.