[SeaBIOS] [PATCH] python3 fixes for vgabios and csm builds.

Kevin O'Connor kevin at koconnor.net
Tue May 27 18:10:59 CEST 2014


On Thu, May 22, 2014 at 05:01:40PM -0400, Kevin O'Connor wrote:
> Avoid using chr() as this produces unicode strings on python3.  Make
> sure to only use ord() on slices as the python3 bytearray type returns
> an integer on a non-slice array access.

FYI, I have pushed this change.

-Kevin



More information about the SeaBIOS mailing list