The changes were made by me, Fridel Fainshtein, for Radware. In the code, some of my comments are marked by fainshf.
The changes were made mainly in purpose to 1) have an ability to boot using USB (with grub and without), 2) have an ability to boot from SATA and IDE independently, 3) boot memtest using FILO even from USB, 4) fix bugs. One of the changes is not relevant to the community (bt0/bt1), please remove it.
I can prove my ownership of the changes. That is why I send the code only now. I hope the code will help. Sorry, I have just no time to prepare the patch as needed. I can do it but not in the nearest future.
Thank a lot FILO authors.
On Fri, Mar 28, 2008 at 8:42 PM, Corey Osgood corey.osgood@gmail.com wrote:
Sorry, I've been meaning to get back to you on this. Assuming this is the same version you sent me, you haven't added yourself (or your company, if they own the copyright) to any of the copyright notices. If you'd like to send me that info, I'd be happy to make the adjustments and post a patch. We'd then need you to give one final sign-off (as per the coding guidelines, it just verifies that you wrote the code), and we can merge the code.
-Corey
On Fri, Mar 28, 2008 at 1:36 PM, Fridel Fainshtein fainshf@gmail.com wrote:
http://fainshf.googlepages.com/grub_bt0_bt1_3.tgz
On Tue, Jan 15, 2008 at 8:13 AM, Corey Osgood corey.osgood@gmail.com
wrote:
Sorry to be a pain, but any progress with this?
Thanks, Corey
OK, thank you. My employer approved the submission. I"ll do it soon.
On Nov 26, 2007 1:24 AM, Corey Osgood <[EMAIL PROTECTED]> wrote:
Fridel Fainshtein wrote:
OK,
supposing FILO USB works How do I submit the corrections?
http://www.linuxbios.org/Development_Guidelines#How_to_contribute
In short form:
- cd to the filo-0.5/ folder
- svn add * -R (if you've created any new files, be sure to move
files
you don't want added first) 3) svn diff > clever_patchname.patch 4) edit the patch, add a short description of what the patch does
(which
goes into the svn commit log) and a Signed-off-by: line, per the guidelines linked to above.
Thanks! -Corey