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

Porting Linux to new platforms


Is it like an existing platform?

* Write a bootloader

* Modify existing kernel

Very different?

* Get ALL documentation

* Get GCC to cross compile to it

* Boot loader

* Minimal I/O (an LED or 3 !)

* Architecture dep. code

* Memory managment

* Peripherals