Re: x86 serial support

2005-09-03 Thread Omniflux
Yoshinori K. Okuji wrote: > For now, terminfo.c has code of interpreting terminfo, but supports only > vt100. Do you intend to fix this? Yes, but I do not know how I should do this. As the comment in the file says... /* TODO * Lookup user specified terminfo type (escape code table). If foun

Re: graphics mode

2005-09-03 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > - Get font data from BIOS and attach shades to glyphs optionally. I prefer the fontmanager, it is portable. > I guess there is no reason that we cannot use the mode 0x12 instead of 0x10 > (640x350x16), if they can. Since the height 350 is very

Re: x86 serial support

2005-09-03 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Wednesday 10 August 2005 02:41, Omniflux wrote: >> It's been a few months, but here are some updated patches. > > I've checked in your patch with some modification right now. I changed these > below: [...] Great! :-) > vt100. Do you intend

Re: x86 serial support

2005-09-03 Thread Yoshinori K. Okuji
On Wednesday 10 August 2005 02:41, Omniflux wrote: > It's been a few months, but here are some updated patches. I've checked in your patch with some modification right now. I changed these below: - I removed EXPORT_FUNC from terminfo.h. EXPORT_FUNC is required only if you want to export symbols

graphics mode

2005-09-03 Thread Yoshinori K. Okuji
Today I checked the graphic console patch by Mandriva to get some idea. Their patch looks very similar to a patch by Conectiva or Red Hat (not surprising, as Mandriva = Mandrake + Conectiva). Basically, they add these functions into GRUB Legacy: - Set the VGA mode to 0x12 (640x480x16). - Get f