I synchronized the 9.1-release source by cvsup to /usr/src, and then custom the kernel by step:
with no errors.
But when rebooting, I've got the error 19 just as the image:
http://imgsrc.baidu.com/forum/pic/item/5089d100baa1cd11cc5027e7b912c8fcc1ce2dec.jpg
I've tried 2 times of different configuration with the same error. By the way, I use Clang to compile the source. What should I do now?
Code:
make buildworld;
make buildkernel KERNCONF=MYKERN;
make installkernel KERNCONF=MYKERN;
shutdown -r now;
with no errors.
But when rebooting, I've got the error 19 just as the image:
http://imgsrc.baidu.com/forum/pic/item/5089d100baa1cd11cc5027e7b912c8fcc1ce2dec.jpg
I've tried 2 times of different configuration with the same error. By the way, I use Clang to compile the source. What should I do now?