Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I didn't read the thing top to bottom, but one thing that strikes me as a potential problem, are you sure grub/lilo is set to boot off this real time kernel you just built? I don't see that config change anywhere on that page.
I think he's assuming that part will setup your bootloader too which I don't think it will. With GRUB you need to edit /boot/menu.lst (or grub.conf or whatever FC calls it) to add the new kernel to the list.
Well, it is hard to say what is going wrong with your build. Did you have any warnings or errors during the make?
Best thing I can tell you to do is read up on compiling a linux kernel normally, without adding in all the extra real time components until you can simply build a kernel from the latest source without problems. A good place to start would be:
And yes, 2 hours is not unreasonable for a kernel build. That said, you might want to look into using -j option to "make" if you are not already using it (i.e. "make -j4" would break the build into 4 threads instead of just 1, and in the case of multi-core processors, use the number of CPU cores you have on the system you are running the make on... see http://www.gnu.org/software/ma...Parallel.html#Parallel for details).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.