From: Roman Z. <zi...@fh...> - 2000-05-30 09:40:42
|
Hi, > I don't know now, but the uncompressed file was >6MB. And the > object files were compiled with -g. I even tried to limit the RAM to 64MB > to have enough space for decompressing the kernel. The debugging information should be ignored, the size command tells you how large the kernel really is and you can always use strip to get rid of the debugging info. Anyway, if CONFIG_KGDB isn't set, the kernel shouldn't be compiled with -g of course, I think I know the reason (the Makefile tests for 'n', but CONFIG_KGDB hasn't any value at all). bye, Roman |