From: Jeff D. <jd...@ka...> - 2000-05-13 04:08:00
|
The -pre8 changes are checked in. The major change here is that kernel modules now work. Note that you can't use modules from your host kernel. You have to use modules that were built in the user-mode pool. To get them installed in the user-mode filesystem, I mount the filesystem in mnt at the top of the pool, and run 'make modules_install INSTALL_MOD_PATH=`pwd`/mnt'. This will drop the modules in the right place. Make sure you unmount it before running the kernel. I'm sure that there are lots of symbols that arch is going to need to export. I exported just enough to get isofs working as a module. When you run into them, let me know, and I'll export them. Jeff |