]> code.delx.au - refind/blobdiff - docs/refind/todo.html
Fix drivers to work on Macs.
[refind] / docs / refind / todo.html
index 952e74e3412b32b0df957687fa118cf17a8b8069..763d699d28276e6f08b702553f068484156baf94 100644 (file)
@@ -15,7 +15,7 @@
 href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
 
 <p>Originally written: 3/14/2012; last Web page update:
-5/20/2012, referencing rEFInd 0.4.0</p>
+6/3/2012, referencing rEFInd 0.4.2</p>
 
 
 <p>I'm a technical writer and consultant specializing in Linux technologies. 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!</p>
@@ -276,26 +276,27 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
     <li>I'd like to give the user the ability to set custom options on a
        single-boot basis, similar to what's possible in GRUB.</li>
 
+    <li>A way to set the color of the font would be useful for theming
+        purposes.</li>
+
+    <li>Going further, the ability to load arbitrary other fonts, ideally
+        in a standard format, would be desirable for theming purposes.</li>
+
+    <li>A GUI configuration tool would be nice, but it's low on my personal
+       priority list. If you'd like to contribute, I prefer something
+       written in a cross-platform GUI toolkit, so that a single code base
+       can be used on any of the major OSes.</li>
+
     </ul></li> <!-- New features -->
 
     <li><b>Improvements to the EFI drivers:</b>
 
     <ul>
 
-    <li>The drivers I've built fail to load on a 32-bit Mac Mini; I get an
-       "incompatible version" error message at an EFI shell, or an error
-       code of 80000019 when rEFInd tries to load them. (These two
-       messages are equivalent.) I suspect the problem is related to the
-       EFI version 1.<i>x</i> used on the Mac, as opposed to UEFI
-       2.<i>x</i> used on PCs. I'm looking into the problem. In the
-       meantime, if you have this problem, I recommend tracking down
-       equivalent drivers from other sources. (See the <a
-       href="drivers.html">drivers page</a> for some pointers.) I'd
-       appreciate <a href="mailto:rodsmith@rodsbooks.com">hearing from
-       you</a> if you have problems along these lines. Please tell me what
-       type of computer you're using, and especially the firmware version
-       data (from rEFInd's "about" screen). This may help me narrow down
-       the cause.</li>
+    <li>The 32-bit versions of the drivers return filesystem labels that
+       omit the first two characters of the name. If the name is shorter
+       than two characters, the driver may return the wrong volume's
+       label. The 64-bit builds seem to be unaffected by this bug.</li>
 
     <li>Drivers for additional filesystems are required. Given the recent
        shift to ext4fs, that should be the priority; however, other Linux