X-Git-Url: https://code.delx.au/refind/blobdiff_plain/0bcd48bdddbac913e9ca3f5ad8c2e21d82989d42..462e719eec6a0f7b8283e8e11ab25455112ffbac:/CREDITS.txt diff --git a/CREDITS.txt b/CREDITS.txt index ca2cd37..b4b157b 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -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 @@ -30,3 +37,15 @@ I've incorporated into the current version. Specifically: * 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.