URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13606>

                 Summary: GRUB should allow Linux command-line>256 bytes with
boot protocol>2.02
                 Project: GNU GRUB
            Submitted by: alonbl
            Submitted on: Sat 07/02/2005 at 10:40
                Category: Booting
                Severity: Major
                Priority: 5 - Normal
              Item Group: Action Request
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Alon Bar-Lev
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open
                 Release: 0.96-2
         Reproducibility: Every Time
         Planned Release: 

    _______________________________________________________

Details:

Please consider the following:
Currently (legacy and new) grub forces the 2.02 protocol cmd_line_ptr to point
to the same memory area of the old protocol.

The result is that the limitation of the old protocol to a 256 bytes
command-line is inherit by the new protocol.

Please consider changing this behavior so that new protocol can receive more
than 256 bytes.

if (lh->version >= 0x0202)
-  lh->cmd_line_ptr = linux_data_real_addr + LINUX_CL_OFFSET;
+  lh->cmd_line_ptr = fixup (arg);







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13606>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to