Skip to content

Commit 0c76898

Browse files
xypronsuryasaimadhu
authored andcommitted
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: Heinrich Schuchardt <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent bc21a29 commit 0c76898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/x86/boot.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,8 +1342,8 @@ follow::
13421342

13431343
In addition to read/modify/write the setup header of the struct
13441344
boot_params as that of 16-bit boot protocol, the boot loader should
1345-
also fill the additional fields of the struct boot_params as that
1346-
described in zero-page.txt.
1345+
also fill the additional fields of the struct boot_params as
1346+
described in chapter :doc:`zero-page`.
13471347

13481348
After setting up the struct boot_params, the boot loader can load the
13491349
32/64-bit kernel in the same way as that of 16-bit boot protocol.
@@ -1379,7 +1379,7 @@ can be calculated as follows::
13791379
In addition to read/modify/write the setup header of the struct
13801380
boot_params as that of 16-bit boot protocol, the boot loader should
13811381
also fill the additional fields of the struct boot_params as described
1382-
in zero-page.txt.
1382+
in chapter :doc:`zero-page`.
13831383

13841384
After setting up the struct boot_params, the boot loader can load
13851385
64-bit kernel in the same way as that of 16-bit boot protocol, but

0 commit comments

Comments
 (0)