blob: 44803446bf78a69d62747cb698d8a844c2b8f451 [file] [log] [blame] [view]
Tim Windelschmidt8e19fa42024-11-12 13:39:43 +00001# BIOS Bootcode
2
3This package contains legacy bootcode which is displayed to non-UEFI users.
4It's sole purpose is to explain users their wrongdoing and tell them to use UEFI.
5It also shows a cute ascii-art logo.
6
7## Build
8
9Bazel generates the logo content with `genlogo`.
10It takes a black/white png-file and converts it to RLE encoded data,
11which is rendered as ascii-art at runtime.