|
|
|
|
|
by Narishma
2205 days ago
|
|
> The Z80 asm version of Collapse OS self-hosts on a RC2014 with a 5K shell on ROM, a 5K assembler binary loaded in RAM from SD card (but that could be in ROM, that's why I count it as ROM in my project's feature highlights) and 8K of RAM. That is, it can assemble itself from source within those resources. Meanwhile, you can't compile rustc on a 32-bit system because it runs out of address space... |
|