Re: "Error 28" -problem on an old 386

2003-06-17 Thread Riku 'Rakkis'; Nurminen
thing done is that the kernel is few KBs bigger. I believe the virtual/physical addresses in boot.c come from the ELF header, but I can't imagine how adding some C-files to the kernel could screw up the header. Any ideas? Greetings, Riku "Rakkis" Nurminen

Re: "Error 28" -problem on an old 386

2003-06-16 Thread Riku 'Rakkis'; Nurminen
I've tested the same set up on a p133 with 32mb ram now. Still the same problem. The bug must be in GRUB or somewhere. Any ideas? Again, thanks in advance for any help. Greetings, Riku "Rakkis" Nurminen Personal: http://www.rakkis.net

"Error 28" -problem on an old 386

2003-06-14 Thread Riku 'Rakkis'; Nurminen
LOAD, READONLY, DATA 4 .rodata.str1.1 027f 0842 0842 0842 2**0 CONTENTS, ALLOC, LOAD, READONLY, DATA [] According to this the kernel should end at 0x105000 (1044KB). After that there should still be plenty (~3MB) of RAM available. Thanks in advance for