Con-Figure & Saffron - Winston Wolf, by Con-Figure & Saffron

from the album Con-Figure & Saffron - Winston Wolf

Smooth N Groove Records

Kernel programming lore

Orientating myself in the kernel lore

I haven't looked at the linux kernel source in too long a time. I just grabbed a section that was on top and started reading and learning

Source code is nice to read IMHO

https://lore.kernel.org/linux-input/20[email protected]/T/#u

#kernel #lore #Linux #programming #OpenSource #POSIX #technology #modules #configure #make #asm #assembler #test #install

Working with the kernel development community — The Linux Kernel documentation

Собираем ffmpeg под Windows

Недавно пришлось собирать ffmpeg под Windows компилятором MSVC. И знаете — я чуть не помер. Официальная документация по сборке проекта под Windows безнадежно устарела. В Интернете есть даже статьи, которые так и заявляют: "Официальная документация по сборке ffmpeg под Windows безнадежно устарела — вот как теперь это делается". И смех в том, что эти статьи уже тоже устарели и не дают работающего решения "press X to compile". Поэтому я просто оставлю здесь инструкцию, которая работает на февраль 2026. И, возможно, устареет, как и все предыдущие. Но вы тогда мне просто об этом напишете, и я попробую актуализировать эту инструкцию. Press X to build

https://habr.com/ru/articles/1004176/

#ffmpeg #build #msvc #msys2 #configure #make

Собираем ffmpeg под Windows

Недавно пришлось собирать ffmpeg под Windows компилятором MSVC. И знаете — я чуть не помер. Официальная документация по сборке проекта под Windows безнадежно устарела. В Интернете есть даже статьи,...

Хабр

Linus Torvalds — Talks about AI Hype, GPU Power, and Linux’s Future

Here Linus Torvalds Speaks on a calm and relaxed energy level, on the LLM hype how it affects kernel development and open source. The mothods how recent Linux kernel hardware like GPUs and APUs from different companies like AMD has modified the Linux's kernel role.

https://www.youtube.com/watch?v=NjGHrDnPxwI

#programming #LLM #AI #slop #kernel #configure #make #assembler #linker #makeInstall #Linux #openSource #technology #mathematics #linear #algebra #linearAlgebra

Linus Torvalds — Talks about AI Hype, GPU Power, and Linux’s Future

YouTube

Gestern habe ich mich mal wieder über fehlende Standard-Funktionen wie z.B. Fakultät im #Linux #Rechner #bc geärgert. Zum Glück gibt es mit #wcalc eine gute Alternative.

Da meine Distro kein passendes Package anbietet, habe ich ihn einfach aus der 10 Jahre alten #Source kompiliert - #configure, #make und fertig. 👍

Wieder mal ein schönes Beispiel, dass #FOSS gut und nachhaltig funktioniert 🙂

https://sourceforge.net/projects/w-calc/

Wcalc

Download Wcalc for free. A powerful arbitrary-precision calculator. Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more

SourceForge

This is a treasure trove of smoothly displayed sources. I've opened init/main.c

Quote

// SPDX-License-Identifier: GPL-2.0-only
/*
* linux/init/main.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* GK 2/5/95 - Changed to support mounting root fs via NFS
* Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96
* Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
* Simplified starting of init: Michael A. Griffith <[email protected]>
*/

#define DEBUG /* Enable initcall_debug */

^Z

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod

As you can see the proper manner to view the tree is on a horizontal display

Its a fun toy

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod

YIL TIL the Linux kernel explorer

Linux Kernel Explorer is just fun to play with. Don't use mobile to play there. You need a horizontal display

YIL = yesterday I learned

https://reverser.dev/linux-kernel-explorer

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod