Upgrade Fiwix to 1.5.0-lb1, pulling from upstream Mikaku repo. (#397)

This commit is contained in:
rick-masters 2024-01-07 20:37:15 -05:00 committed by GitHub
parent 133c05426c
commit 1bffe44154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 100 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;

View file

@ -1 +1 @@
f81f0cb4d77be9b724f6afcca966811fb347010b21aee6eb39dc2caf9f287e07 /usr/bin/tcc
cff99e8badc080f57f34b31560d266b703b79c5ed8380a9ddfc3f1694aba10bd /usr/bin/tcc