1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Update the 'kernel parameter' link address

The old address is outdated, it is updated by the new one.
This commit is contained in:
Gerry WANG 2017-07-11 12:04:24 +08:00
parent 30600495c4
commit 571d9ac0ee

View File

@ -5,7 +5,7 @@ Linux boot
------------------------ ------------------------
* [Linux/x86 boot protocol](https://www.kernel.org/doc/Documentation/x86/boot.txt) * [Linux/x86 boot protocol](https://www.kernel.org/doc/Documentation/x86/boot.txt)
* [Linux kernel parameters](https://github.com/torvalds/linux/blob/master/Documentation/kernel-parameters.txt) * [Linux kernel parameters](https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/kernel-parameters.rst)
Protected mode Protected mode
------------------------ ------------------------