On Wed, 17 Nov 1999, OKUJI Yoshinori wrote:
> From: Stephen Early <[EMAIL PROTECTED]>
>
> > measurements, or whatever, as quickly as possible. I don't have time
> > to write device drivers for each new operating system; it would be
> > completely unproductive.
>
> That's right. So you can use GGI instead of writing drivers
> yourself.
GGI assumes a reasonably Unix-like environment. The systems I work
with (like many current research operating systems) are generally not
even slightly Unix-like. Some of them aren't even written in C, and
don't support a C runtime environment.
Of course it would be possible to port it to each system - but that's
more work, of course.
> GRUB already supports netboot but does not support serial console,
> probably because this is not needed for me. But it is not difficult to
> support this, I think.
The netboot support isn't complete, of course - not that I'm
complaining. Supporting a serial console should be possible, but is
complicated by GRUB's use of full-screen menus.
Steve Early