mikaku / Fiwix

A UNIX-like kernel for the i386 architecture
https://www.fiwix.org
Other
401 stars 32 forks source link

Pass through 64-bit PAE memory entries as part of kexec #67

Closed rick-masters closed 7 months ago

rick-masters commented 7 months ago

Fiwix passes on a memory table as part of the kexec process. These memory entries should include 64-bit ranges to support PAE This will allow Linux to use more memory in the live-bootstrap project.

The forthcoming PR was originally submitted to the rick-masters fork of Fiwix by @Googulator: https://github.com/rick-masters/Fiwix/pull/1

mikaku commented 7 months ago

Thank you very much.