On Having Built Linux for a Small System


Implementation: Requirements

Target:

  • x86 desktop and laptop systems
  • MIPS platforms?
  • emulators?

Useful components

  • build system - make, compiler, assembler
  • host system - kernel/libc vs userland [cross-]compilers
  • target system - "cross-native" compiler
  • nested Makefiles...
  • ...with full paths to compilers, etc