Archive for May, 2011
Getting Xen up and running
Posted by Kyle Lexmond in Uncategorized on May 14, 2011
Now that Xen and a dom0-capable kernel have been installed, it’s time to combine the two. There’s essentially two steps to this: Set up grub to boot Xen Set up Fedora to automatically start the Xen management services
Because setting up automated kernel compilation is annoying
Posted by Kyle Lexmond in Uncategorized on May 9, 2011
git checkout -f xen/next-2.6.39 && git pull && yes “”|make oldconfig && make rpm-pkg && git checkout -f xen/next-2.6.32 && git pull && yes “”|make oldconfig && make rpm-pkg && git checkout -f xen/stable-2.6.32.x && git pull && yes “”|make oldconfig && make rpm-pkg Now I have to mix it all together in a crontab […]
Cross-compiling workaround
Posted by Kyle Lexmond in Uncategorized on May 8, 2011
So I wanted to put together a system that would build i686 and x64 versions of the kernel. Shouldn’t be hard, I thought. Maybe a simple yum install gcc.i686, and that’s all. In short, I was wrong. So very wrong.
Getting a dom0 kernel
Posted by Kyle Lexmond in Uncategorized on May 7, 2011
Again, you have two main methods of getting a dom0 kernel on Fedora. (I’m sure there are other ways, but these are the recommended methods) Using a prebuilt dom0 kernel Compile a dom0 kernel yourself