jmbaur / tinyboot

A linuxboot payload for coreboot
MIT License
16 stars 1 forks source link

Use u-boot style boot menu #7

Closed jmbaur closed 1 year ago

jmbaur commented 1 year ago

Use simpler boot menu (removing tui-rs) so that serial console support is simple. Still use the termion crate so that terminal raw output mode can be used for gathering input keys and retaining flexibility of input handling.