<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>I found a solution to my problem. My I2C code relies on using several "static int" variables.<br>In order to get the code to build I had to change them to global and add the VAR16VISIBLE definition.<br><br>int i2c_inited VAR16VISIBLE = 0;<br><br>My "static" i2c_inited variable doesn't need global visibility. Is there a better way to do this in SeaBIOS so<br>that they are static local variables rather than global and still satisfy the 16/32 segment stuff?<br><br>thanks in advance,<br>Dave<br><br></div></body></html>