mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Doc: clarify that GPL is GPL v2, not v2+
... and a minor missing period at EOL Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
ada5f446bb
commit
e57ae44a58
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ What is Linux?
|
||||||
loading, shared copy-on-write executables, proper memory management,
|
loading, shared copy-on-write executables, proper memory management,
|
||||||
and multistack networking including IPv4 and IPv6.
|
and multistack networking including IPv4 and IPv6.
|
||||||
|
|
||||||
It is distributed under the GNU General Public License - see the
|
It is distributed under the GNU General Public License v2 - see the
|
||||||
accompanying COPYING file for more details.
|
accompanying COPYING file for more details.
|
||||||
|
|
||||||
On what hardware does it run?
|
On what hardware does it run?
|
||||||
|
|
@ -236,7 +236,7 @@ Configuring the kernel
|
||||||
|
|
||||||
- Having unnecessary drivers will make the kernel bigger, and can
|
- Having unnecessary drivers will make the kernel bigger, and can
|
||||||
under some circumstances lead to problems: probing for a
|
under some circumstances lead to problems: probing for a
|
||||||
nonexistent controller card may confuse your other controllers
|
nonexistent controller card may confuse your other controllers.
|
||||||
|
|
||||||
- A kernel with math-emulation compiled in will still use the
|
- A kernel with math-emulation compiled in will still use the
|
||||||
coprocessor if one is present: the math emulation will just
|
coprocessor if one is present: the math emulation will just
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue