How would C code work without the DRAM present? C requires a stack. I'd like to understand this if it is actually possible :^).
I was thinking the CALLSP macro could be enhanced to some depth more than 1 using mmx registers as a stack. However maybe depth of 1 is plenty.
-Dave
suggestion: next week the config tool should be basically done for freebios2. You folks cold look at converting DRAM code to C and porting the EPIA code to freebios2. It is about 100 times easier to code this stuff up in C.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Fri, 18 Jul 2003, Dave Ashley wrote:
How would C code work without the DRAM present? C requires a stack. I'd like to understand this if it is actually possible :^).
freebios2/util/romcc. Needs no memory.
read all about it. Quite cool.
ron