File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1343,7 +1343,7 @@ follow::
1343
1343
In addition to read/modify/write the setup header of the struct
1344
1344
boot_params as that of 16-bit boot protocol, the boot loader should
1345
1345
also fill the additional fields of the struct boot_params as
1346
- described in chapter :doc: ` zero-page ` .
1346
+ described in chapter Documentation/x86/ zero-page.rst .
1347
1347
1348
1348
After setting up the struct boot_params, the boot loader can load the
1349
1349
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
1379
In addition to read/modify/write the setup header of the struct
1380
1380
boot_params as that of 16-bit boot protocol, the boot loader should
1381
1381
also fill the additional fields of the struct boot_params as described
1382
- in chapter :doc: ` zero-page ` .
1382
+ in chapter Documentation/x86/ zero-page.rst .
1383
1383
1384
1384
After setting up the struct boot_params, the boot loader can load
1385
1385
64-bit kernel in the same way as that of 16-bit boot protocol, but
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ are aligned with platform MTRR setup. If MTRRs are only set up by the platform
28
28
firmware code though and the OS does not make any specific MTRR mapping
29
29
requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.
30
30
31
- For details refer to :doc: ` pat ` .
31
+ For details refer to Documentation/x86/ pat.rst .
32
32
33
33
.. tip ::
34
34
On Intel P6 family processors (Pentium Pro, Pentium II and later)
You can’t perform that action at this time.
0 commit comments