to expand on fallback vs. primary.
You need to build TWO linuxbioses, a fallback and a primary. The fallback is 64k. The primary is (romsize-64k).
To build a romimage, you build the fallback, build the primary, then:
cat primary/romimage fallback/romimage > final_romimage
flash_rom final_romimage
ron