Commit 0c768983 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Borislav Petkov

Documentation/x86: Fix incorrect references to zero-page.txt

The file zero-page.txt does not exit. Add links to zero-page.rst
instead.

 [ bp: Massage a bit. ]
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201002190623.7489-1-xypron.glpk@gmx.de
parent bc21a291
...@@ -1342,8 +1342,8 @@ follow:: ...@@ -1342,8 +1342,8 @@ follow::
In addition to read/modify/write the setup header of the struct In addition to read/modify/write the setup header of the struct
boot_params as that of 16-bit boot protocol, the boot loader should boot_params as that of 16-bit boot protocol, the boot loader should
also fill the additional fields of the struct boot_params as that also fill the additional fields of the struct boot_params as
described in zero-page.txt. described in chapter :doc:`zero-page`.
After setting up the struct boot_params, the boot loader can load the After setting up the struct boot_params, the boot loader can load the
32/64-bit kernel in the same way as that of 16-bit boot protocol. 32/64-bit kernel in the same way as that of 16-bit boot protocol.
...@@ -1379,7 +1379,7 @@ can be calculated as follows:: ...@@ -1379,7 +1379,7 @@ can be calculated as follows::
In addition to read/modify/write the setup header of the struct In addition to read/modify/write the setup header of the struct
boot_params as that of 16-bit boot protocol, the boot loader should boot_params as that of 16-bit boot protocol, the boot loader should
also fill the additional fields of the struct boot_params as described also fill the additional fields of the struct boot_params as described
in zero-page.txt. in chapter :doc:`zero-page`.
After setting up the struct boot_params, the boot loader can load After setting up the struct boot_params, the boot loader can load
64-bit kernel in the same way as that of 16-bit boot protocol, but 64-bit kernel in the same way as that of 16-bit boot protocol, but
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment