previous 0 1 2 3 4 5 6 7 8 9 10 11 12 13 next

Processors


Pretty OK if GCC supports it - but:

* Got to have modern binary format support (ELF)

* Linus makes some presumptions (structure layout)

Memory managment

* Needs ability to support virtual memory

* ELKS and co. can get on without it

Differences within families

* e.g. MIPS 32/64 bit

* Endianness (Cray T3)

Caching