Thanks. I found the reason.
the crt0.s (from reset16.....failover....auto...) is too big. So the _start is across the 0xffff0000. unless move reset16 and entry16 near reset_vector. We have to make crt0.s is in 64K. the linuxbios_ram.rom could cross the 64K limit above the crt0.s YH > -----Original Message----- > From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 25, 2005 7:40 AM > To: YhLu > Cc: [email protected] > Subject: Re: fallback reset_vector offset > > send me the config file you are using. This is weird. > > ron > _______________________________________________ Linuxbios mailing list [email protected] http://www.clustermatic.org/mailman/listinfo/linuxbios

