Ok<br>
for that<br>
    #VGA Console<br>
    option CONFIG_CONSOLE_VGA=1<br>
    option CONFIG_PCI_ROM_RUN=1<br>
<br>
In the config <a href="http://Option.lb">Option.lb</a> i had to<br>
define CONFIG_CONSOLE_VGA<br>
define CONFIG_PCI_ROM_RUN<br>
<br>
CONFIG_CONSOLE_VGA=1<br>
CONFIG_PCI_ROM_RUN=1<br>
<br>
Sorry for being dum lol<br>
<br>
I have a flash chip that goes from 00000h to 3FFFFh.  I am only
using fallback and filo.  Starting at address 00000h for 48KB is
my VGA bios.  It is all FFh until address 20000h.  At address
20000h is the start of my filo for 58KB then all FFh to address 30000h
where my linuxbios is ?  I do have instruction codes at 3FFF0h to
3FFFFh.  When I boot no output serial or vga.  <br>
<br>
However, when i compile without VGA and use normal and fallback i get
serial output.  Can anyone explain those above addresses so I can
understand them better.<br>
<br>
Thanks,<br>
Tyler Pohl<br>