is there a limit on bss size?

From: Tigran Aivazian (tigran@veritas.com)
Date: Thu Oct 05 2000 - 10:30:35 EST


Hi,

I put a simple construct in kernel/sched.c like this:

struct runq_log_s {
        char comm[16];
        int pid;
} runq_log[1024*1024];

and the kernel didn't boot. Yes, I understand it is 20M of bss - so what?

I will try with a smaller value and see what is the limit but am curious
as to the reason. The last thing I see is Uncompressing linux... Maybe the
code in arch/i386/kernel/head.S which clears BSS is broken at "large
values"?

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Oct 07 2000 - 21:00:16 EST