救命:添加系统调用后grub的配置问题

救命:添加系统调用后grub的配置问题

我添加了几个系统调用函数,重新编译了内核。grub如何配置能够启动到信内核阿?
下面是我修改后的文件,但是启动的时候好像说找不到什么文件之类的。我把生成的bzImage考到boot下面了。
#grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=2
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.21)
root (hd0,0)
kernel /vmlinuz-2.6.21 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.21.img
title Red Hat Enterprise Linux Server (2.6.18-8.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-8.el5.img
/////////////////////////////下面是我添加 的~~~
title my_linux
root (hd0,9)
kernel boot/bzImage ro root=/dev/hda10

dev下的文件
adsp fd0u720 mixer ram8 tty16 tty42 ttyS2
agpgart fd0u800 net ram9 tty17 tty43 ttyS3
audio fd0u820 null ramdisk tty18 tty44 urandom
bus fd0u830 nvram random tty19 tty45 usbdev1.1_ep00
cdrom floppy oldmem rawctl tty2 tty46 usbdev1.1_ep81
cdrom-hdc floppy-fd0 par0 root tty20 tty47 usbdev2.1_ep00
cdrw full parport0 rtc tty21 tty48 usbdev2.1_ep81
cdrw-hdc gpmctl parport1 sda tty22 tty49 vcs
cdwriter hdc parport2 sda1 tty23 tty5 vcs1
cdwriter-hdc hpet parport3 sda2 tty24 tty50 vcs2
console initctl port sequencer tty25 tty51 vcs3
core input ppp sequencer2 tty26 tty52 vcs4
disk kmem ptmx sg0 tty27 tty53 vcs5
dmmidi kmsg pts shm tty28 tty54 vcs6
dsp log ram snapshot tty29 tty55 vcs7
dvd loop0 ram0 snd tty3 tty56 vcsa
dvd-hdc loop1 ram1 stderr tty30 tty57 vcsa1
fd loop2 ram10 stdin tty31 tty58 vcsa2
fd0 loop3 ram11 stdout tty32 tty59 vcsa3
fd0u1040 loop4 ram12 systty tty33 tty6 vcsa4
fd0u1120 loop5 ram13 tty tty34 tty60 vcsa5
fd0u1440 loop6 ram14 tty0 tty35 tty61 vcsa6
fd0u1680 loop7 ram15 tty1 tty36 tty62 vcsa7
fd0u1722 lp0 ram2 tty10 tty37 tty63 VolGroup00
fd0u1743 MAKEDEV ram3 tty11 tty38 tty7 X0R
fd0u1760 mapper ram4 tty12 tty39 tty8 zero
fd0u1840 md0 ram5 tty13 tty4 tty9
fd0u1920 mem ram6 tty14 tty40 ttyS0
fd0u360 midi ram7 tty15 tty41 ttyS1      
解决:linux新内核不用修改  make命令直接完成