- 4 Posts
- 10 Comments
That is a fair point, thank you!
I am fixing it.
zknd@lemmy.worldOPto
Programming@programming.dev•Blog post: The Linux kernel is just a program
0·22 days agoTurned out it is not so simple to add the full content of the post to the RSS feed with Astro’s RSS plugin, but trying to find some workaround.
Dark mode added.
Thank you for the feedback!
I am not writing these things down because I am not aware, but the goal is to make these things more approachable, so I try not to overwhelm the readers.
The primary target audience of these blog posts are developers, and I have a progression plan in mind how to build up layer to layer the necessary knowledge they need to know to understand how they program work/interact with the other parts of the OS. The boot process or the exact composition of the kernel image is irrelevant here in my opinion, they wont need to touch them on a VPS for example or on their dev machine.
Regarding the kernel space/user space I did not write that the kernel space stopped, I will come back to it in the next post that will be about system calls, we will discuss there that when our programs interact with the kernel we are switching between user and kernel mode back and forth, with the syscall instruction (on x86-64 systems).
Anyway, I really appreciate your feedback and that you put effort into it, and thank you for reading the post! :)
I am writing a blog post series to make this topic more approachable for others.
Thank you! :) Sure, working on it. :)
Thank you for the feedback. There is a post planned about the boot process that will include initramfs more thoroughly, but first I would like to build up the concepts from the kernel through the system calls, files/devices, to processes (so we can talk about that the programs you write interact with the hardware through syscalls, files/devices, etc). The primary targeted audience are developers, so they can better understand how their program works when it is deployed to a server (or on their dev machine).
zknd@lemmy.worldOPto
Programming@programming.dev•Blog post: The Linux kernel is just a program
0·24 days agoThank you for the feedback.
Sure, I will look into the RSS plugin config. :)
zknd@lemmy.worldOPto
Programming@programming.dev•Blog post: The Linux kernel is just a program
0·24 days agoThank you for the feedback.

Thanks for the feedback!