Oh this is very cool. Never read a tutorial like this!
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I took kernel device driver programming as a course in uni. They were still teaching the device driver course but not the operating system course you were supposed to take before that. Always felt like I have been systematically lacking that knowledge because of that. I'm interested!
Very cool, reminds me of https://jsandler18.github.io/tutorial/boot.html
FWIW makes me wonder how much work would be required to have this as a Web container, e.g. Dockerfile with
FROM debian:13
RUN apt update && apt install -y qemu-system-x86 qemu-utils
WORKDIR /linux-inside-out
then https://github.com/container2wasm/container2wasm#container-on-browser
Edit: FWIW the image of Debian 13 with QEMU and its utils is ~1.1Gb
Bookmarked 😜 Mind adding a dark mode?
Thank you! :) Sure, working on it. :)
This is amazing. Thank you!
It's pretty cool and a nice way to discover the kernel!
Very cool guide, got the kernel running! Looking forward to your next post!
Cool! Looking forward to the next post. I'd love to learn about how the kernel and initramfs work together though. For now the magic seems to be in how qemu strings things together.
You got a subscriber! Looking forward to more.