protocol: Specify that kernel must be physically contiguous
This commit is contained in:
parent
246276a538
commit
ca69475609
@ -90,7 +90,8 @@ At handoff, the kernel will be properly loaded and mapped with appropriate
|
|||||||
MMU permissions at the requested virtual memory address (provided it is at
|
MMU permissions at the requested virtual memory address (provided it is at
|
||||||
or above `0xffffffff80000000`).
|
or above `0xffffffff80000000`).
|
||||||
|
|
||||||
No specific physical memory placement is guaranteed. In order to determine
|
No specific physical memory placement is guaranteed, except that the kernel
|
||||||
|
is guaranteed to be physically contiguous. In order to determine
|
||||||
where the kernel is loaded in physical memory, see the Kernel Address feature
|
where the kernel is loaded in physical memory, see the Kernel Address feature
|
||||||
below.
|
below.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user