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
  • 23:08 (UTC +01:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am afrodidact on github.
  • I am afrodidact (https://keybase.io/afrodidact) on keybase.
  • I have a public key ASDX6BFXdUjy2Zn_cnl-QsU3lx3ejBpO2CAvfA4BNoKuAwo

To claim this, I am signing this object:

@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.