Bootsplash fixes and cleanups.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 02:43:18 +0000 (22:43 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 02:43:18 +0000 (22:43 -0400)
commita576c9c8ca919d9e8435b49600265e5914f84bac
tree31a669c27237bf88c954e9c33a4bcfb3c4d36ce6
parent9fd485148dedfe080831fedb2ad7bf5959766c42
Bootsplash fixes and cleanups.

VESA structs must be in first 1Meg - so use malloc_tmplow().

Use 'struct segoff_s' for segment/offset pairs in vesa structs.

Don't call start/finish_preempt() around jpeg_decode() - the preempt
only works when calling functions in 16bit mode.

Some indentation and debug output enhancements.
src/bootsplash.c
src/util.h