#411 closed enhancement (fixed)
Make bootimage compression optional
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
We compress the bootimage to work around problems with overgrowing a certain size on some platforms. On platforms that use bootimage but do not suffer this limitation this can leads to unnecessarily slow boot (on GTA02, for example).
We could make the compression optional. This might require some cleanup / making more of the bootimage code generic/platform-neutral.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Milestone: | → 0.8.0 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in commits dcc2c5d1 and 68a0d609.