~fabrixxm/uss

UEFI bootable slide show
Fix README
Run `cargo fmt`
Stop reading tga when we pass buff height

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fabrixxm/uss
read/write
git@git.sr.ht:~fabrixxm/uss

You can also use your local clone with git send-email.

#UEFI bootable slide show

#What

An UEFI executable that load tga uncompressed images from disk and display them as a slideshow in loop.

#How

It uses the uefi-rs Rust crate to do the heavy work, and a simple and stupid TGA parser to load pixels in memory.

To run it, launch run.sh script. It needs rustup, qemu and imagemagick.

To run it on real hardware, it should be enough to format an usb drive as vfat, and put the efi folder you find inside esp folder after executing run.sh on the drive alongside the tga images you want to show.

Would be better to compile as relase, with ./run.sh -r option.

Even better, the images should be photos of cats.

#Why

Why not.