请问,在.config文件里有几百行,你所说的“所以要把XXXX=m的项统统去掉”,是不是把所有的行都删掉,只保留这两行呢:
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
然后把这两行改成:
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=m
可是我make modules时出错:
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.