On Mon, 9 Oct 2006, Hollis Blanchard wrote:

+#include <asm/param.h>

I don't think this is a good idea because it requires we build on a
Linux host.

Shall I use '#ifdef __linux__' to include <asm/param.h> only on linux, and
'#define COMMAND_LINE_SIZE 255' for non-linux system?

Sorry, I only thought of using grub2 on linux.

Thanks,
Jeff.


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to