clearing the screen with Open Firmware

2005-11-09 Thread Hollis Blanchard
I realized that grub_ofconsole_cls() wasn't working at all on my G3 with video console. With a little bit of experimentation on that and serial console on the briQ, I've determined that using *both* the ANSI escape sequence and a literal ^L seems to work. Please let me know if you see odd video

Re: Generating init and fini functions

2005-11-09 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > On Tuesday 08 Nov 2005 23:18, Marco Gerards wrote: > >> - grub_configfile_init (); >> - grub_search_init (); >> - grub_test_init (); >> - >> + >> + grub_init_all (); >> + >>/* XXX: Should normal mode be started by default? */ >>grub_normal

Re: Generating init and fini functions

2005-11-09 Thread Timothy Baldwin
On Tuesday 08 Nov 2005 23:18, Marco Gerards wrote: > - grub_configfile_init (); > - grub_search_init (); > - grub_test_init (); > - > + > + grub_init_all (); > + >/* XXX: Should normal mode be started by default? */ >grub_normal_init (); That call should go as well. -- Member AFFS

Re: Generating init and fini functions

2005-11-09 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Nov 8, 2005, at 5:18 PM, Marco Gerards wrote: >> >> At the moment I am working on things that irritate me while I am >> working on GRUB. One thing is writing a duplicate _init and _fini >> function (duplicate because it already is added in GRUB_MO

Re: Generating init and fini functions

2005-11-09 Thread Marco Gerards
Tomáš Ebenlendr <[EMAIL PROTECTED]> writes: >> +cat <> +/* This file is automatically generated by gensymlist.sh. DO NOT EDIT! */ >> +/* >> + * GRUB -- GRand Unified Bootloader >> + * Copyright (C) 2002 Free Software Foundation, Inc. > > Copyright of autogenerated file... I think 2005 should

Re: Generating init and fini functions

2005-11-09 Thread Tomáš Ebenlendr
There are few bugs... > Index: geninit.sh ... > +cat < +/* This file is automatically generated by gensymlist.sh. DO NOT EDIT! */ > +/* > + * GRUB -- GRand Unified Bootloader > + * Copyright (C) 2002 Free Software Foundation, Inc. Copyright of autogenerated file... I think 2005 should be th