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
@@ -79,6 +79,10 @@ typedef struct kernel_args {
platform_kernel_args platform_args;
arch_kernel_args arch_args;
// bootsplash data
uint8 *boot_splash;
} kernel_args;
#endif /* KERNEL_BOOT_KERNEL_ARGS_H */