After I get USB boot done, I will try that and modify the auto.c.....
Regards
YH
-----邮件原件----- 发件人: ebiederman@lnxi.com [mailto:ebiederman@lnxi.com] 发送时间: 2004年5月28日 9:56 收件人: YhLu 抄送: LinuxBIOS 主题: Re: 答复: [COMMIT] romcc 0.63 and some fixes...
YhLu YhLu@tyan.com writes:
I'd like to wait it to produce smaller code. Otherwise if I enable superio
+
ati support, It will be greater than 64K in debug mode.
When will that be ready?
The code is feature complete so it will correctly not inline functions (producing smaller code) if it does not run out of registers.
My simple test cases have worked well.
My complicated test case that uses an old version of production code ran out of registers after consuming just the 8 general purpose registers. So mostly it is a matter of playing with the code, and figuring out why weird things are happening.
Eric