]> code.delx.au - refind/blobdiff - CREDITS.txt
Version 0.4.7 release
[refind] / CREDITS.txt
index 59af960721b114c297d6dd56983ccfbf7bb14654..b4b157bc60e8333aa4e903e9e99925513ebd7c4b 100644 (file)
@@ -16,6 +16,13 @@ I've incorporated into the current version. Specifically:
   rEFInd. See http://packages.debian.org/sid/refit for this version of the
   program.
 
+* The filesystem drivers released with version 0.4.0 rely on a filesystem
+  wrapper created by Christoph Phisterer. They then passed through Oracle's
+  VirtualBox (https://www.virtualbox.org) and the Clover boot loader
+  project (https://sourceforge.net/projects/cloverefiboot/). The
+  filesystem-specific code comes from various sources, including Apple,
+  the Linux kernel, and Christoph Phisterer.
+
 * I replaced many of the original rEFIt icons with icons taken from the
   Oxygen Icons project, either from the Oxygen Refit package on its page
   (http://deviantdark.deviantart.com/art/Oxygen-Refit-70199755) or from the
@@ -26,3 +33,19 @@ I've incorporated into the current version. Specifically:
 
 * The Linux Mint icon comes from the Linux Mint 11.1 user guide
   (http://ftp.heanet.ie/pub/linuxmint.com/docs/user-guide/)
+
+* The Arch Linux icon was created by ~IDRGSKYWALKER on Deviant Art
+  (http://idrgskywalker.deviantart.com/art/Arch-Linux-Logo-186211022).
+
+* The gummiboot icon is taken from the gummiboot Web page
+  (http://freedesktop.org/wiki/Software/gummiboot) and scaled down
+  slightly.
+
+* Dave Vasilevsky (dave@vasilevsky.ca) contributed the disk-ejection
+  code.
+
+* John Bressler (jrb1327@gmail.com) contributed the code to boot BIOS-based
+  OSes on UEFI-based PCs.
+
+* The code for editing boot options (cursor_left(), cursor_right(), and
+  line_edit() in screen.c) is taken from gummiboot.