[SeaBIOS] [PATCH 0/6] Bootsplash cleanups and enhancements

Kevin O'Connor kevin at koconnor.net
Tue Jul 27 06:16:36 CEST 2010


This patch series fixes some bugs in the bootsplash code, and adds
some cleanups.  It is in preparation for turning bootsplash on by
default.

Kevin O'Connor (6):
  Bootsplash fixes and cleanups.
  Check that malloc succeeds in bootsplash code.
  Don't do "double buffering" in bootsplash code.
  Add call16_int10 helper to bootsplash.c.
  Be sure to disable bootsplash on all BIOS boot cases.
  Cleanup bootsplash vesa signature detection.

 src/biosvar.h    |    3 +-
 src/boot.c       |    8 +-
 src/bootsplash.c |  210 ++++++++++++++++++++++--------------------------------
 src/post.c       |    8 ++-
 src/util.h       |    5 +-
 5 files changed, 101 insertions(+), 133 deletions(-)




More information about the SeaBIOS mailing list