Home » Archive

Articles tagged with: bzImage

Uncategorized »

[5 Jan 2009 | No Comment | ]

objektif:
-menambah support terhadap sesuatu perkakasan misalnya bagi membenarkan kernel mencapai failsistem ntfs
Compile
1) download kernel baru “linux2.X.X.tar.gz”
2) mv linux2.X.X.tar.gz /usr/src/
3) tar xpvfz linux2.X.X.tar.gz
4) cd linux2.X.X
5) make mrproper
6) make xconfig
6) make dep
7) make clean make bzImage
9) make modules
10) make modules_install
11) cd arch/i386/boot dan cp bzImage /boot/vmlinuz
12) edit /etc/lilo.conf
13) run lilo yang sudah di editkan /sbin/lilo
14) Reboot / shutdown -r now
Patch
1. letak patch-2.4.x.tar.bz2 …