kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Ian Pilcher <arequipeno@gmail.com>
To: kernelnewbies@kernelnewbies.org
Subject: Re: How do the kernel boot parameters work (especially "toram")?
Date: Fri, 27 Aug 2021 10:50:29 -0500	[thread overview]
Message-ID: <sgb1k6$sk3$1@ciao.gmane.io> (raw)
In-Reply-To: <CAHonXRAijsKUbAOOqdr+gGyVHXkgPx-1wWUECe4DSRsbxL0gCw@mail.gmail.com>

On 8/27/21 6:03 AM, Gueven Bay wrote:
> With kernel boot parameters I mean the arguments you give on the grub
> command line to the kernel. Just like "toram" which on some distros
> work and on many doesn't.

I'm not familiar with "toram", but it's possible that it's not actually
a kernel parameter.  Not everything that's passed on the kernel command
line is actually a kernel parameter; see dracut.cmdline(7) for a bunch
of examples.

Actual kernel parameters are implemented with various macros defined in
include/linux/moduleparam.h.

-- 
========================================================================
                  In Soviet Russia, Google searches you!
========================================================================


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

      reply	other threads:[~2021-08-27 15:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27 11:03 How do the kernel boot parameters work (especially "toram")? Gueven Bay
2021-08-27 15:50 ` Ian Pilcher [this message]

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='sgb1k6$sk3$1@ciao.gmane.io' \
    --to=arequipeno@gmail.com \
    --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).