- 08 Feb, 2022 1 commit
-
-
Jeremy Soller authored
-
- 06 Feb, 2022 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 04 Feb, 2022 6 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 28 Jan, 2022 1 commit
-
-
Jeremy Soller authored
-
- 06 May, 2021 11 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 17 Mar, 2021 1 commit
-
-
Jeremy Soller authored
Extend paging identity mapping to 6GB See merge request redox-os/bootloader-efi!5
-
- 25 Jan, 2021 1 commit
-
-
Enver Balalic authored
When memory size is greater then 3073MB UEFI maps the bootloader to somewhere around 0x140000000, and when it's less then 3073, it gets mapped somewhere lower then 0xFFFFFFFF. When it gets mapped high, our page tables don't identity map the bootloader code since they only go to 0xFFFFFFFF. So it page faults while setting up paging, after setting PM_BASE to CR3, when fetching the next instruction that it needs to execute. So what i did, before in paging we had 4 PDP's, i added 2 more, so 6 PDP's in total now, which have 512 PD's each, 2MB's in size which gets us to 0x180000000, enough to cover the bootloader code
-
- 24 Dec, 2020 3 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 27 Nov, 2020 2 commits
-
-
Jeremy Soller authored
Support for RMM See merge request !4
-
Jeremy Soller authored
-
- 30 Jun, 2020 1 commit
-
-
Jeremy Soller authored
-
- 19 Apr, 2020 4 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Kargs v2 See merge request !3
-
4lDO2 authored
-
- 18 Apr, 2020 3 commits
- 20 Jan, 2020 1 commit
-
-
Jeremy Soller authored
-
- 06 Jan, 2020 2 commits
-
-
Jeremy Soller authored
Add partition support to bootloader-efi See merge request !2
-
Notably you still cannot boot from a partition because the device retrieved from LoadedImage is now on a separate partition.
-
- 05 Jan, 2020 1 commit
-
-
Jeremy Soller authored
-