Re: Patch to exit on 'q'

1999-07-19 Thread OKUJI Yoshinori
From: Pavel Roskin <[EMAIL PROTECTED]> Subject: Patch to exit on 'q' Date: Mon, 19 Jul 1999 21:40:08 +0400 (EEST) > It's ridiculous to go to the command line just to exit from GRUB. > The attached patch makes /sbin/grub exit on 'q' if the menu is active. I prefer this: title= Quit quit But I

Patch to exit on 'q'

1999-07-19 Thread Pavel Roskin
Hello! It's ridiculous to go to the command line just to exit from GRUB. The attached patch makes /sbin/grub exit on 'q' if the menu is active. Pavel Roskin --- stage2/stage2.c Thu Jun 24 04:03:29 1999 +++ stage2/stage2.c Mon Jul 19 20:12:46 1999 @@ -477,6 +477,13 @@

Re: GRUB.EXE?

1999-07-19 Thread Gordon Matzigkeit
> Peter Åstrand writes: PÅ> Is it possible to make an GRUB.EXE, eg. a stage2 executable PÅ> running from DOS? It is certainly possible. I doubt that OKUJI or I would do it, though, since DOS is not really one of our target platforms. If you wanted to do it, you'd have to know enough abou

Re: GRUB.EXE?

1999-07-19 Thread Pavel Roskin
Hello, Peter! > Is it possible to make an GRUB.EXE, eg. a stage2 executable running from > DOS? I've just compiled it for Cygwin 20.1 without any problems (except upgrading binutils). Of course, NT doesn't give grub.exe any access to disks. I also know that the only problem for compiling grub o

GRUB.EXE?

1999-07-19 Thread Peter Åstrand
Is it possible to make an GRUB.EXE, eg. a stage2 executable running from DOS? /Peter Astrand <[EMAIL PROTECTED]>