X-Git-Url: https://code.delx.au/refind/blobdiff_plain/899b647b89d57f623e69d3a890dbee84a7dfe451..056ca03285e703164b72c615aeb079fe55113a5e:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 8838bae..b8930a1 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -209,6 +209,14 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

single file, so rEFInd is divorced from its configuration and support files. +
  • A way to identify specific Windows versions and present unique + icons or change the text is desirable. Currently, a crude + distinction of XP and earlier vs. Vista and later is possible for + BIOS-booting on Macs, but no such distinction is made for EFI-mode + booting, and nothing finer-grained is attempted. Improvements will + probably require identifying unique features of each version's boot + loader files or boot sector code.
  • +
  • Known bugs that need squashing: @@ -260,6 +268,14 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    have the equipment and skill to do so, I'd be interested in receiving a patch.
  • +
  • If you use a true MBR disk on a Mac to boot Windows or some other + BIOS-only OS, and if that disk has an extended partition, that + partition may show up in rEFInd as a bootable FAT partition. The + reason is twofold: FAT doesn't contain a simple "magic" signature + like most filesystems, so it's easy to misidentify something else + as FAT; and it's hard to positively identify boot code vs. other + random data.
  • +
  • The re-scan feature occasionally produces odd results, such as ignoring new media or keeping old media that have been ejected. This should be investigated and fixed.
  • @@ -336,6 +352,10 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    detected boot programs and create a set of manual boot stanzas for them, so that they can be modified manually. +
  • Support for touchscreens and/or configurable buttons for rEFInd's + actions would enable use of rEFInd on tablet computers that lack + complete keyboards.
  • +
  • GRUB provides a configuration-file command called outb that enables manipulating hardware registers. Something similar, via the mm command, can be done in the EFI shell. I'd like