Results 1 to 5 of 5
Some one may be can help me.
I have compile linux kernel 2.6.21 on slackware 11. I can get 1.3Mb of bzImage in /usr/src/linux/arc/i386/boot. File size of Linux kernel (1.3Mb) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-02-2007 #1
Prblem in Compile 2.6.21
Some one may be can help me.
I have compile linux kernel 2.6.21 on slackware 11. I can get 1.3Mb of bzImage in /usr/src/linux/arc/i386/boot. File size of Linux kernel (1.3Mb) accepted by me. But while i run make modules && make modules_install, i get 133Mb of module file (in /lib/modules) the file over big for me.
Some one can help me to reduce size of module, because all modules compiled by Linux, i just need SCSI, USB, and SIS Chipset driver.
Thanks for respons
- 07-02-2007 #2
Ok, from where did you get your configuration file ?
in order to activate only what you need do the following:
make menuconfig.
for the SCSI go :
Device Drivers --->
SCSI device support ---> (and enable what you want )
for the USB since the you can get many range of usb's hardware enable all of them. USB support --->
for the SIS chipset :
-> Device Drivers
-> Character devices
-> /dev/agpgart
and
-> Character devices
-> Direct Rendering Manager
buil them inside the kernel i mean as <*> and not as <M> to avoid editing the /ect/rc.d/rc.modules.
and i think you'll have also to enable some other stuff like the network cards and the encryption support and ........ ,
to configure the Kernel from scratch it's not trivial.
Best Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-02-2007 #3
- 07-03-2007 #4
i would suggest building 2.6.21.x, i had problems with kernel 2.6.21
- 07-03-2007 #5
I'm using that kernel 2.6.21 without any problem ,i'm not going to change my kernel unless there is a big move to other release.
Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
