On Thu, 2006-02-23 at 04:29 -0800, linux lover wrote: > hello, > i want to build kernel without modular support. so i did it but got > following errors > Root device is (8, 3) > Boot sector 512 bytes. > Setup is 6963 bytes. > System is 5222 kB > System is too big. Try using modules. > > I am using kernel 2.6.15 on 64bit machine. how can i solve this error? > Regards, the kernel gives you the hint: Use modules. (as alternative you can try compiling less things into your kernel) -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/