kompile kernel (menuconfig)

1 ls
2 tar -xjvf linux-2.6.30.tar.bz2 -C /usr/src/
3 cd /usr/src/
4 ls -l
5 ls
6 rm linux
7 ls -l
8 ln -s linux-2.6.30 linux
9 ls -l
10 cd linux
11 cp ../linux-2.6.27.7/.config .
12 ls -la
13 make menuconfig
14 make all
15 ls
  16 cp arch/x86/boot/bzImage /boot/[nama]
17 make modules_install
18 vi /etc/lilo.conf
# image = /boot/vmlinuz
root = /dev/root
label = Linux
read-only

rename

# image = /boot/slacky
root = /dev/root
label =slackware
read-only


  20 lilo


config
1) - general setup (enter)
- local version (ganti nama user)
2) power managemen ACPI
- ACPI support
- isi semua yg huruf M jd * klo ada utamakan kembali ke
power manager support debug support
- verbus power (pasangi tanda centang or * )
3) file system
- centang tanda * reiserts support
- enable rescivers
- statis in
4) device driver
- DMA engine support

0 komentar:

Posting Komentar