X-Git-Url: https://code.delx.au/refind/blobdiff_plain/bfe73b5fa6321273b7cf86b02a3c2d114a167bc9..dca87996fe98099efb7626df25465707aeca4cfd:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index bc63fc4..e8e2dd8 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -9/13/2015, referencing rEFInd 0.9.1

+11/8/2015, referencing rEFInd 0.10.0

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -44,7 +44,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -59,7 +58,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -75,7 +73,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -90,7 +87,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -105,7 +101,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -119,7 +114,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

-Donate with PayPal @@ -179,11 +173,16 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

optical drives and uses generic icons rather than OS-specific icons. -
  • Currently, rEFInd can detect whether it's compiled for x86 - or x86-64 systems and displays this information in its - "About" screen (AboutrEFInd() in main.c). I'd - like to add detection for Itanium and ARM systems, but I have no - way to test such changes.
  • +
  • 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 + this support.
  • + +
  • Currently, rEFInd can detect whether it's compiled for x86, + x86-64, or ARM64 systems and displays this information in + its "About" screen (AboutrEFInd() in main.c). I'd + like to add detection for Itanium and 32-bit ARM systems, but I + have no way to test such changes.
  • Further to the preceding, rEFInd's GPT-scanning code (used to extract partition names) includes assumptions about byte order, and