1:24:39
Let's read the Linux kernel source code
In this live stream, I rummage around the Linux kernel source and try to understand what makes computers do what they do.
5:17
The Hidden Gems In The Linux Source Code
What happens when thousands of brilliant but frustrated programmers work on the same codebase for 30+ years? You get the ...
13:24
Syscalls, Kernel vs. User Mode and Linux Kernel Source Code - bin 0x09
We will have a look at what syscalls are and what it has to do with the kernel mode an user mode. We do this by exploring a kernel ...
1:55
The Madness behind the Linux Source Code Comments
https://www.instagram.com/finlaybronson/ Other Socials: https://www.finlaybronson.com https://twitter.com/FinlayBronson ...
4:02
Linus's Laws of Writing Readable Code
Linus Torvalds Laws of Writing Readable Code! Become a Golang Expert With These Hands-On Golang Courses ...
51:57
Linux Kernel Programming 01: Compile and Boot
Write your own Operating System
In this video, we download the Linux Kernel source code, configure the development environment, compile the Kernel and boot it.
2:13
My First Line of Code: Linus Torvalds
June 16 -- Linus Torvalds, who is known for developing the Linux kernel, talks to Bloomberg about his first line of code.
13:51
The Video aims to provide the overview of Linux Kernel Source in a crisp & clear manner. The kernel directory structure is ...
15:03
Linux Kernel Github Is Absolutely Chaotic
If you've ever been to the Linux kernel github you would know it's an absolutely chaotic place but if not you're in for an absolute ...
18:27
Linux Kernel Compilation (from source code)
Linux Kernel source: https://www.kernel.org GCC Compiler source: https://github.com/gcc-mirror/gcc.
6:13
How I became a Linux Kernel Contributor
https://lewboski.dev/blog/linux-kernel https://discord.gg/TSuGhzas5V https://patreon.com/Lewboski New Channel: ...
3:07:40
Watch Linux kernel developer write a USB driver from scratch in just 3h for Apple Xserve front-panel
Watch #Linux #kernel developer write a new #USB driver #code from scratch in just 3h by copy'n pasting and thus stealing it from ...
9:31
Get Rust training from Let's Get Rusty: https://letsgetrusty.com/start-with-tomas https://discord.gg/TSuGhzas5V ...
3:50
Torvalds Speaks: Rust's Impact on the Linux Kernel
Linux Torvalds Reveals Insights on Rust Programming Language!** In this exclusive interview, dive deep into the world of ...
24:43
Torvalds on AI in the kernel, EU prepares for FOSS, Goodbye Middle click to paste? Linux Weekly News
Head to https://squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code ...
1:58:22
Let's read the Linux socket source code
In this live stream, we look at the source code for Linux's implementation of the Berkeley socket API. We also look at "socks" (no ...
6:04
The Linux Kernel: What it is, and how it works!
In this video, Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the ...
2:00
Making Simple Linux Kernel Module in C
Linux kernel modules enable you to extend the kernel dynamically with more functionality for example add file system drivers, ...