From: Michal Sojka Date: Thu, 6 Aug 2020 13:20:21 +0000 (+0200) Subject: doc: Add section about booting Linux X-Git-Tag: 20201217~10 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/32ee81c6a21b7177756f2c23541a834c28a71503 doc: Add section about booting Linux --- diff --git a/README.pod b/README.pod index 0144b88..61dadb0 100644 --- a/README.pod +++ b/README.pod @@ -804,6 +804,12 @@ word after C is a file name (relative to the build directory (see B<--build-dir>) of the module to load and the remaining words are passed to it as the command line parameters. +When booting Linux, the first C line usually refers to the +kernel image and its command line parameters (unless you use some +special pre-loader). Other C lines may refer to an initramfs +image and/or a device tree blob. Their order is not important, as the +device tree is recognized as the file name ending with C<.dtb>. + When the C line ends with "< is a file name (relative to the build directory (see B<--build-dir>) of the module to load and the remaining words are passed to it as the command line parameters. +When booting Linux, the first C line usually refers to the +kernel image and its command line parameters (unless you use some +special pre-loader). Other C lines may refer to an initramfs +image and/or a device tree blob. Their order is not important, as the +device tree is recognized as the file name ending with C<.dtb>. + When the C line ends with "<