Search notes:

/proc/cmdline

/proc/cmdline contains the arguments («command line») with which the kernel was started.
The value in /proc/cmdline should also be found with dmesg. The following command prints, at least in my current Linux environment, the same line twice:
$ cat /proc/cmdline  && dmesg | grep -o -P '(?<=Command line: ).*'

TODO

init/main.c has the following comment:
Unknown boot options get handed to init, unless they look like unused parameters (modprobe will find them in /proc/cmdline).

See also

Documentation/admin-guide/kernel-parameters.rst
A list of command line parameters
When modprobe loads a module, it parses the command line.
/proc
/proc/bootconfig

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1738290821, '3.14.248.199', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/proc/cmdline(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78