mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Implement kernel bootstrap up to building Linux.
This commit is contained in:
parent
5ea8dd3136
commit
ecf99ab08b
52 changed files with 4898 additions and 139 deletions
3
sysa/tcc-0.9.27/simple-patches/fiwix-paddr.after
Normal file
3
sysa/tcc-0.9.27/simple-patches/fiwix-paddr.after
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ph->p_paddr = ph->p_vaddr;
|
||||
if (ph->p_paddr >= 0xC0000000)
|
||||
ph->p_paddr = ph->p_paddr - 0xC0000000;
|
||||
Loading…
Add table
Add a link
Reference in a new issue