I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel didn’t ...
As far as I know, you have to make it un-busy before you can rmmod it. You can't unload it because something is using it, removing it before the other module would make the other module cause an oops ...
I have been running Debian a few years now but haven't really dug into the proper way to handle kernel modules in regards to auto-loading/unloading (i'll get to this) and the setup of modules.conf. I ...
Have you ever felt the urge to make your own private binary format for use in Linux? Perhaps you have looked at creating the smallest possible binary when compiling a project, and felt disgusted with ...