Eric,
So If I want to SMP support, I have added the corresponding code by myself at this time.
Regards
Yinghai Lu
-----邮件原件----- 发件人: ebiederman@lnxi.com [mailto:ebiederman@lnxi.com] 发送时间: 2003年6月20日 2:12 收件人: YhLu 抄送: ron minnich; linuxbios@clustermatic.org 主题: Re: new config language.
YhLu YhLu@tyan.com writes:
Eric,
Yes, I'm reading the CPU documentation now.
I found the code in northbridge/amd/amdk8 seems only support single node now. So step you will add SMP support via MACRO define. ( CONFIG_SMP and CPU_NUM ). Is it right?
Something like that.
Picking what to do next really depends on which pieces make sense, for the individual developer.
An added complication is that we are busily performing some pretty significant cleanups in the code base. And so sometimes we get some pretty significant changes going on.
Eric
_______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
YhLu YhLu@tyan.com writes:
Eric,
So If I want to SMP support, I have added the corresponding code by myself at this time.
Or at least work with the others working on it and it can be a cooperative venture.
Basically it is the nature of open source if something isn't implemented you can wait or you can write it.
So far what I have seen is a talented user figuring out LinuxBIOS. I have not seen a developer giving constructive giving constructive feedback or helping in the development.
My general advise to people who want to just use the Opteron port is stay away.
For developers the advice is dig in, just be aware everything is undergoing active development, and there are a lot of pieces that have been stubbed in but have not been written correctly yet. SMP support is one of those.
Eric