Re: todo

2000-03-28 Thread Per Lundberg
"OY" == OKUJI Yoshinori [EMAIL PROTECTED] writes: OY What makes things complicated is that a Multiboot boot loader OY should be able to support the traditional VGA interface as OY well. Yes. I've thought of adding support for at least 80x25, 80x50 and 320x200 too (since they are

Re: todo

2000-03-28 Thread Tim Riker
Is the graphics patch the one that Caldera did or another? If it's another, do you have the Caldera patch as well? Per Lundberg wrote: "OY" == OKUJI Yoshinori [EMAIL PROTECTED] writes: OY 2. Apply the graphics support patch By the way, I've found that it doesn't work on my new

Re: patch for keytable translation

2000-03-28 Thread Pixel
Pixel [EMAIL PROTECTED] writes: Here is a patch to enable simple translation of chars. oups, seems like it doesn't work when put in the menu.lst as a BUILTIN_MENU. Well kinda: it works but fell back to command line afterwards. It must be num_entries being 0 at stage2.c around line 700. But i

Re: todo

2000-03-28 Thread OKUJI Yoshinori
From: Tim Riker [EMAIL PROTECTED] Subject: Re: todo Date: Tue, 28 Mar 2000 13:18:42 -0700 Is the graphics patch the one that Caldera did or another? If it's another, do you have the Caldera patch as well? I haven't heard it from Caldera. Have they made a local patch for GRUB? Okuji

Re: A few notes on my experience

2000-03-28 Thread OKUJI Yoshinori
From: Neal H Walfield [EMAIL PROTECTED] Subject: Re: A few notes on my experience Date: Tue, 28 Mar 2000 21:36:04 -0500 grub root (hd0, Possible partitions are: Partition num: 0, Filesystem type is ext2fs, partition type 0x83 Partition num: 4, Filesystem type unknown, partition type

Re: GRUB and hidden filesystems

2000-03-28 Thread tschweikle
Hello again! GRUB does not mount a hidden fat filesystem. If the configuration files reside on such, GRUB will ignore them. GRUB shouldn't. I have included a patch which would enable GRUB to mount hidden fat filesystems, but --- this doesn't work. And I couldn't find out why! Any hints?

Fw: Re: todo

2000-03-28 Thread OKUJI Yoshinori
OKUJI Yoshinori wrote: Another issue: I read VBE/Core Standard 3.0 and thought that the proposed information to be passed to a Multiboot kernel wouldn't be enough. ... snip ... This structure doesn't have information about the color format (direct color, packing color, YUV color,

Re: patch for keytable translation

2000-03-28 Thread OKUJI Yoshinori
From: Pixel [EMAIL PROTECTED] Subject: patch for keytable translation Date: 28 Mar 2000 22:23:07 +0200 Here is a patch to enable simple translation of chars. It's quite simple. I renamed the getkey definitions to raw_getkey, and added a wrapper function getkey. It should be merged with