This line is generated in the follwoing code:
if (! big_linux
273 && text_len > linux_data_real_addr - (char *) LINUX_ZIMAGE_ADDR)
274 {
275 grub_printf (" linux 'zImage' kernel too big, try 'make bzImage'\n");
276 errnum = ERR_WONT_FIT;
&nb sp; 277 }
278 else if (linux_data_real_addr + LINUX_SETUP_MOVE_SIZE
279 > RAW_ADDR ((char *) (mbi.mem_lower << 10)))
280 errnum = ERR_WONT_FIT;
281 else
282 {
Michael Gesundheit <[EMAIL PROTECTED]> wrote:
273 && text_len > linux_data_real_addr - (char *) LINUX_ZIMAGE_ADDR)
274 {
275 grub_printf (" linux 'zImage' kernel too big, try 'make bzImage'\n");
276 errnum = ERR_WONT_FIT;
&nb sp; 277 }
278 else if (linux_data_real_addr + LINUX_SETUP_MOVE_SIZE
279 > RAW_ADDR ((char *) (mbi.mem_lower << 10)))
280 errnum = ERR_WONT_FIT;
281 else
282 {
Michael Gesundheit <[EMAIL PROTECTED]> wrote:
I get this message when I select either the original
kernel or the test kernel that I have brought over for
test purposes.
Followed the move of the test kernel to the letter.
Now can't boot any of them. I get the subject error
and I'm thrown back to the kernel selection manu.
-> original
-> FailSafe
-> Transient
What does this error means??
Thanks,
-Michael
_______________________________________________
opensolaris-help mailing list
[email protected]
_______________________________________________ opensolaris-help mailing list [email protected]
