All Questions
Tagged with documentation linux-kernel
11 questions
0
votes
1
answer
36
views
Where is documentation for `/boot/config-<kernel_version>`?
I am working on understanding of how cgroups memory resource controller is enabled on Ubuntu 20.04. I have several Ubuntu machines that make up a Slurm 23.02.7 cluster. In cgroup.conf, SchedMD ...
0
votes
1
answer
891
views
Kernel-mounted vs FUSE-mounted exfat filesystem
I have read that support for the exfat filesystem has been incorporated in the Linux kernel since kernel ver 5.4 was released in late 2019 - early 2020. I'm confused about what this means wrt the ...
1
vote
0
answers
191
views
Error when trying to build Linux documentation
I have Linux git repository cloned, latest version of sphinx, GNU make, python, and all dependencies handled, running on MacOS (making the documentation to modify Linux on a VM), I am getting the ...
1
vote
1
answer
1k
views
Offline Documentation of kernel.org
i wanted to find a website to download linux kernel documents offline in eother pdf or html or any kind but i dont know where to find and where to download
any help would be appreciated
the link i ...
2
votes
1
answer
628
views
What's the default value of the admin_reserve_kbytes kernel parameter?
Many of the kernel parameters have default values assigned. But some of them aren't really clear. I'm reading the proc manual and in the case of admin_reserve_kbytes we can read the following:
The ...
0
votes
3
answers
1k
views
Reading Linux kernel documentation in terminal
Is there a way to read Linux Kernel documentation offline in the terminal? For exmple, I am reading this document online: https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt
If I use Linux ...
0
votes
1
answer
1k
views
Why does the fs.inode-max kernel tunable not exist on version 2.6 of the Linux kernel?
The following output (from a Vagrant VM running CentOS 6.6) mostly speaks for itself:
[root@localhost ~]# echo 131072 > /proc/sys/fs/inode-max
-bash: /proc/sys/fs/inode-max: No such file or ...
3
votes
2
answers
1k
views
How can I learn the purpose of the various kernel processes?
(Related: What do the brackets around processes mean?)
I'd like to really understand what I'm looking at better. I'd rather not need to dig through actual kernel source code just for a quick ...
5
votes
1
answer
151
views
Where would I start looking for documentation on the graphical mode of the Linux console?
I'm writing my own display server as an educational exercise. Where in the Linux kernel tree would I look for documentation on the console's graphical mode?
Basically, as I understand it, Xorg takes ...
3
votes
1
answer
351
views
Linux kernel API changes/additions
I'm trying to find a webpage or docs or XYZ that will allow me to see all the API changes/additions/removals between two kernel versions.
I found http://kernelnewbies.org/LinuxChanges, but I'm not ...
10
votes
2
answers
3k
views
Where are the Linux kernel parameters present in /proc/sys documented?
Where can I find a technical description of the kernel parameters listed in /proc/sys (ob Linux)?