kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Valentin Vidic <Valentin.Vidic@CARNet.hr>
To: kernelnewbies@kernelnewbies.org
Subject: Re: Listing Supported Kernel Parameters?
Date: Mon, 31 Dec 2018 15:37:31 +0100	[thread overview]
Message-ID: <20181231143731.GA8140@gavran.carpriv.carnet.hr> (raw)
In-Reply-To: <CAGPGUd97==_DqH5NpbG=+4_eGBs7qQE5wYRcFDX6G9-frS-9Uw@mail.gmail.com>

On Mon, Dec 31, 2018 at 02:27:35PM +0800, Henry C wrote:
> I am looking for a command (or alike) to list all the supported kernel
> parameters based on my current kernel.
> 
> If such command doesn't exist, it would still be great to see a complete
> list like this one:
> https://www.kernel.org/doc/html/v4.15/admin-guide/kernel-parameters.html
> 
> But I can't find anything (reliable) for v3.10.

Not sure if there is a command for that but you can always grep for
^early_param in that version and get something like this:

early_param("debug", debug_kernel);
early_param("quiet", quiet_kernel);
early_param("loglevel", loglevel);
...

-- 
Valentin

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

  reply	other threads:[~2018-12-31 14:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31  6:27 Listing Supported Kernel Parameters? Henry C
2018-12-31 14:37 ` Valentin Vidic [this message]
2018-12-31 16:48   ` Henry C
2018-12-31 17:01     ` Valentin Vidic
2018-12-31 17:12       ` Henry C

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181231143731.GA8140@gavran.carpriv.carnet.hr \
    --to=valentin.vidic@carnet.hr \
    --cc=kernelnewbies@kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).