mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 14:48:08 +00:00
Merge pull request #551 from firogh/phys_base-fix
Fix a description on phys_base
This commit is contained in:
commit
85750f0f37
@ -270,7 +270,7 @@ That's all for now. Our early paging is prepared and we just need to finish last
|
||||
Last preparation before jump at the kernel entry point
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
After that we jump to the label `1` we enable `PAE`, `PGE` (Paging Global Extension) and put the physical address of the `phys_base` (see above) to the `rax` register and fill `cr3` register with it:
|
||||
After that we jump to the label `1` we enable `PAE`, `PGE` (Paging Global Extension) and put the content of the `phys_base` (see above) to the `rax` register and fill `cr3` register with it:
|
||||
|
||||
```assembly
|
||||
1:
|
||||
|
@ -111,3 +111,4 @@ Thank you to all contributors:
|
||||
* [Cornelius Diekmann](https://github.com/diekmann)
|
||||
* [Andrés Rojas](https://github.com/c0r3dump3d)
|
||||
* [Beomsu Kim](https://github.com/0xF0D0)
|
||||
* [Firo Yang](https://github.com/firogh)
|
||||
|
Loading…
Reference in New Issue
Block a user