Ronald G Minnich <[EMAIL PROTECTED]> writes: > Eric, in the linuxbios table, do we have a way of telling the kernel that > we are coming out of powerup or reset or reboot? I think it might be > possible to do this but have not looked hard.
Ron the table is composed of what are essetially s-exprs but represented in binary form. Allowing the values to be used directly instead requiring an smart parser. So it shouldn't be hard to to add new table entries as we need them. All that is reported so far are cmos options and memory size for now. Why would we we want to tell the kernel we are coming out of powerup, reset, or reboot? Eric
