Upgrade Fiwix to 1.5.0-lb1, pulling from upstream Mikaku repo.

This commit is contained in:
rick-masters 2024-01-06 22:10:39 +00:00
parent 133c05426c
commit cfeaee6f8d
15 changed files with 108 additions and 42 deletions

View file

@ -1,3 +1,3 @@
ph->p_paddr = ph->p_vaddr;
if (ph->p_paddr >= 0xC0000000)
ph->p_paddr = ph->p_paddr - 0xC0000000;
if (s1->text_addr == 0x80100000)
ph->p_paddr = ph->p_paddr - 0x80000000;