this keeps coming up. so: typedef unsigned char uc;
struct cmos {
uc desired_image; // the FLASH/DoC image we want to boot
uc last_booted_image; // The last one to successfully boot
uc unused[7];
uc ethernet_mac[6]; // Ethernet mac address
uc unused2[242];
};
Ok, add as desired.
ron
