Hi,
I've added PXE network driver support to my patch set recently. This
version can now load files from the network using PXE capable NICs. I
successfully tested recent e1000 NICs, as well as e100 cards, Broadcoms
and 3coms. I did not find a PXE capable NIC that did not work.
The code is based o
On Tue Jul 18, 2006 at 23:55:29 +0530, [EMAIL PROTECTED] wrote:
> I am getting the error while compiling.
> after "make check"
> make[3]: *** [check-TESTS] Error 1
Next time, please also show the text before the error message so that
one actually can see what's going wrong.
Anyway, the test i
On Thu Dec 16, 2004 at 07:30:48 -0700, Robinson, Andrew W. wrote:
> I didn't see any mention of this in the documentation, but I never doubt my
> ability to miss something, so I thought I would ask...
>
>
>
> Is there an equivalent of variables in the grub configuration files? I find
> that I a
Hi,
I have updated my patch set to GRUB version 0.94. The patch contains
mostly useful additions for OS developers and other ambitious users.
http://os.inf.tu-dresden.de/~adam/grub/0.94/grub-0.94-os.1.diff.gz
I have also written some very brief documentation on how to use
variables.
http://os.i
On Fri Jan 09, 2004 at 14:41:46 -0800, Ian Duggan wrote:
> Is there any way to have grub choose menu options based on a hardware
> profile of some sort? Basically I would like to teach it to always pick my
> windows partition if it can figure out that it is being run from within
> VMWare. This coul
Hi,
On Sat Jan 03, 2004 at 00:59:07 +0200, Durand Miller wrote:
> For the last few months, I've been using a modified grub version to switch
> into vesa modes as part as my os development hobby. Since getting this kind
> of functionality required some coding and modification of grub, I'm pretty
>
Hi,
PageUp and PageDown are swapped when using the console (they work
correctly using serial). The following fixes it:
Index: stage2/shared.h
===
RCS file: /cvsroot/grub/grub/stage2/shared.h,v
retrieving revision 1.92
diff -u -r1.92
Hi,
On Mon Oct 21, 2002 at 19:24:26 +0900, Yoshinori K. Okuji wrote:
> At Mon, 14 Oct 2002 16:48:35 +0200,
> Adam Lackorzynski wrote:
> > - 01_menu_vi_up_down.diff:
> >* Add vi like up and down in menu (j and k keys).
>
> Why doesn't support for cursor keys
-- grub/ChangeLog 10 Oct 2002 01:26:16 -
+++ grub/ChangeLog 14 Oct 2002 13:02:39 -
@@ -1,3 +1,8 @@
+2002-10-14 Adam Lackorzynski <[EMAIL PROTECTED]>
+
+ * stage2/stage2.c (run_menu): Add vi like up and down keys
+ ("j" and "k&quo