|
|
|
|
|
by halfer53
1814 days ago
|
|
It's certainly plausible It's currently using wcc to compile the kernel https://github.com/wandwramp/wcc. We can swap it with gcc for sure, but require bit of work, especially the output format and backend. Winix assumes the output file is in srec format https://en.wikipedia.org/wiki/SREC_(file_format), so we would need to tweak gcc to support this header format and add backend support for WRAMP architecture. ELF is quite complicated, if I have to do this, I probably just copy some codes from linux. |
|
It's really just that easy.