From: srs5694 Date: Thu, 6 Oct 2016 18:46:46 +0000 (-0400) Subject: Tweaks to the todo.html documentation file to reflect reduced X-Git-Url: https://code.delx.au/refind/commitdiff_plain/9c3a453c7207e707bfda9d580f949573e648f52c Tweaks to the todo.html documentation file to reflect reduced importance of BIOS/CSM/legacy boot support. --- diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 9b543ff..84febe6 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -165,14 +165,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

0.8. Developing a better solution to that problem is a high priority. -
  • The support for booting legacy (BIOS) OSes on UEFI-based PCs - currently has a number of limitations. Most importantly, it works - off of the list of boot devices stored in the computer's NVRAM. I'd - prefer to have it scan disks and partitions, as the Mac's legacy - boot support does. Also, the UEFI legacy boot code presents empty - optical drives and uses generic icons rather than OS-specific - icons.
  • -
  • rEFInd's Makefiles and, to a lesser extent, C code, support x86, x86-64, and ARM64 CPUs. EFI is also available for Itanium (IA-64) and ARM32 CPUs, so I'd like to add @@ -224,6 +216,16 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    probably require identifying unique features of each version's boot loader files or boot sector code.
  • +
  • The support for booting legacy (BIOS) OSes on UEFI-based PCs + currently has a number of limitations. Most importantly, it works + off of the list of boot devices stored in the computer's NVRAM. I'd + prefer to have it scan disks and partitions, as the Mac's legacy + boot support does. Also, the UEFI legacy boot code presents empty + optical drives and uses generic icons rather than OS-specific icons. + This said, BIOS support is becoming increasingly unimportant as the + transition from BIOS to EFI continues, so I'm unlikely to put effort + into this issue myself.
  • +
  • Known bugs that need squashing: @@ -349,10 +351,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    debugging, especially when dealing with problem reports from users.
  • -
  • There's currently no way to create a manual boot stanza for a - BIOS-booted OS. This isn't a big priority for me personally, but I - can see how it could be for some people.
  • -
  • I'd like to find a way to enable users to enter customizations for boot options and then save them to the refind.conf file. One possible way to implement this would be to have manual boot @@ -404,6 +402,10 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    to visually impaired users when rEFInd is ready to accept input would be helpful.
  • +
  • There's currently no way to create a manual boot stanza for a + BIOS-booted OS. This isn't a big priority for me personally, but I + can see how it could be for some people.
  • +
  • Improvements to the EFI drivers: