Ronald G Minnich <[EMAIL PROTECTED]> writes: > I have not looked at this much. What would it take to get linuxbios table > support into the alpha arch for linux? doable? impossible? I'm just > looking at this now.
It should be fairly straight forward. The structure definitions are fine, and are specified with fixed sized types. The checksum is architecutre agnostic. The only interesting bit is the code to generate the table, and over time it has become increasingly hardware neutral. So it may be as simple as moving the code out of the architecture specific directories. Eric