* Sagiv Yefet sagivy@3vium.com [040912 12:50]:
In order to start I wanted to build only the normal image. Only to see some output in the console.
I made the following changes in Config.lb:
- put the romimage "fallback" statement in comment.
- FALLBACK_SIZE =0.
- HAVE_FALLBACK_BOOT = 0
- remove "fallback from build: buildrom ./linuxbios.rom ROM_SIZE
"normal"
The way LinuxBIOS is built you need to build a fallback image without normal image instead. This will work.
The fallback image is more a "base image" whereas the normal image is an "add on image".
Stefan