Re: Maybe a bug in fsys_reiserfs.c, GRUB 0.93

2004-01-19 Thread nospam
DervishD recommended changing this: __u32 long j_mount_id; to this: __u32 j_mount_id ; because: That's because you cannot declare 'unsigned int long' but 'unsigned long int' variables. According to the C 1999 standard, it is still legal to declare 'unsigned int long' variables. The

Re: 0.94 will appear soon

2004-01-19 Thread aeriksson2
Hi there, On Sunday 18 January 2004 20:15, [EMAIL PROTECTED] wrote: * Is there a (preliminary) list of changes since 0.93? See NEWS, ChangeLog, CVS log messages, etc. Alright, I'll have to check those files them. Do I have to go to the cvs for them, or are they (for 0.94) on the web?

Re: 0.94 will appear soon

2004-01-19 Thread Yoshinori K. Okuji
On Sunday 18 January 2004 20:15, [EMAIL PROTECTED] wrote: * Is there a (preliminary) list of changes since 0.93? See NEWS, ChangeLog, CVS log messages, etc. * I just stumbled on this code (in 0.93), netboot/timer.c. - unsigned long currticks(void) {

Re: 0.94 will appear soon

2004-01-19 Thread James Courtier-Dutton
[EMAIL PROTECTED] wrote: * I just stumbled on this code (in 0.93), netboot/timer.c. - unsigned long currticks(void) { static unsigned long clocks_per_tick; unsigned long clocks_high, clocks_low; unsigned long currticks; if

Memory layout

2004-01-19 Thread Tobias Wollgam
Hi. I do not find functions that allocate or free memory. How does grub use memory? Is it impossible that grub overwrite important areas of the bios? TIA, Tobias ___ Bug-grub mailing list [EMAIL PROTECTED]

Re: 0.94 will appear soon

2004-01-19 Thread aeriksson2
clock_per_tick is declared as static but not given a constant value. But as it is static it is therefore automatically given a value of 0. So, it is in fact a definition, I.E. It is automatically give a value of 0 (unless specifically given a different value) the first time one calls the

Boot from Non-BIOS Visible Disk?

2004-01-19 Thread Randy Broman
I have a BioStar IDEQ 200V with M7VBA motherboard. This board supports SATA through the VIA 8237 SATA chip. The SATA works, too - I'm using the Linux 2.6.1 kernel, which supports that chip, and in addition to the standard ATA-100 drive I installed a Seagate SATA drive - it's recognized as /dev/hdg

-

2004-01-19 Thread Mirdza Vladimirovna
eaae oaoae oa oauoo oauu " P" uaae aaua oea ao, ua ae oauu a o-eua: P PP P . P P P.P P P 6 7 ea 2004. P: P PP P (oue ou ua P) 6 ea 2004. (10.00 16.00, ee, oe, ouo au: 2 900 . ) o-oa: aua .. u-aoe. aeue aaua oea aooo eaaea uuea a u ouaoo auu P. au oa uoauoo oa auu

Re: Boot from Non-BIOS Visible Disk?

2004-01-19 Thread Yedidyah Bar-David
On Mon, Jan 19, 2004 at 02:41:06PM -0800, Randy Broman wrote: I have a BioStar IDEQ 200V with M7VBA motherboard. This board supports SATA through the VIA 8237 SATA chip. The SATA works, too - I'm using the Linux 2.6.1 kernel, which supports that chip, and in addition to the standard ATA-100