Skip to content

Releases: ziyao233/loli-loader

v0.1.1

04 Feb 11:21

Choose a tag to compare

v0.1.1

This release contains mostly bug fixes. We've spotted and fixed bugs in file operations and extlinux parser. However, there are two things new,

  • menu title and default statements are now recognized in loli.cfg.
  • A new tool for converting ELF executables into PE format, tools/elf2efi.c, has been added. This hasn't been the default option to build loli, but I'm planning to do so starting from the next release, then Python and pyelftools aren't longer necessary as build-time dependencies.

And there's a new contributor during this cycle, thanks @dramforever for her bug fixes and refactoring! I didn't even think about external contributors when starting this small project...

The next release would be 0.2.0. Planned features include rebooting/halting support, terminal scrolling, automated tests, and probably more.