x86_emu_debug.diff:<br>Change DEBUG for the emulator to DEBUG_EMU to avoid conflicts with DEBUG for log levels.<br><br>loglevel.diff:<br>Remove BIOS_EMERG, BIOS_ALERT, BIOS_CRIT, BIOS_NOTICE, BIOS_NEVER<br>I didn't change their numerical values.  They were rarely used.  <br>
BIOS_EMERG, BIOS_ALERT, BIOS_CRIT -> BIOS_ERR<br>BIOS_NOTICE -> BIOS_INFO<br>BIOS_NEVER -> BIOS_SPEW+1<br><br>loglevel2.diff:<br>BIOS_ERR -> ERROR<br>BIOS_WARNING -> WARNING<br>BIOS_INFO -> INFO<br>BIOS_DEBUG -> DEBUG<br>
BIOS_SPEW -> SPEW<br>For 80 character line aficionados, this puts most of the lines back, since printk_debug(...) is about the same length as printk(DEBUG, ...)<br><br>I didn't change llshell in any of these patches.  It would be easy to add.<br>
<br>Abuild tested.<br>
Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br><br>
Thanks,<br>
Myles<br>
<br>