Patch by Philippe Saint-Pierre:

* Implemented RLE compression for the boot splash images, resulting in
  smaller kernel and boot loader.
* Only the boot loader contains the RLE compressed images, the decompressed
  buffer for the icons is passed to  the kernel via kernel args.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-04-05 21:15:43 +00:00
parent 86dd3875cd
commit d0fc7c65c6
7 changed files with 5535 additions and 15108 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
#include <sys/types.h>
enum {
BOOT_SPLASH_STAGE_1_INIT_MODULES = 0,
BOOT_SPLASH_STAGE_2_BOOTSTRAP_FS,
@@ -29,7 +28,7 @@ enum {
extern "C" {
#endif
void boot_splash_init(void);
void boot_splash_init(uint8 * boot_splash);
void boot_splash_set_stage(int stage);
#ifdef __cplusplus