|
@@ -89,7 +89,7 @@ noexec [X86]
|
|
|
|
|
|
We can see it in the booting time:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
After this we can see call of the:
|
|
|
|
|
@@ -465,7 +465,7 @@ First of all it get the size of the page table buffer, it will be `INIT_PGT_BUF_
|
|
|
|
|
|
Or we can find it with `readelf` util:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
After that we got physical address of the new `brk` with the `__pa` macro, we calculate the base address and the end of the page table buffer. In the next step as we got page table buffer, we reserve memory block for the brk area with the `reserve_brk` function:
|
|
|
|