Re: [XenAccess-devel] Works on fedora/not on debian
Status: Beta
Brought to you by:
bdpayne
From: Bryan D. P. <br...@th...> - 2007-08-16 20:59:13
|
> I've been doing all my testing so far on Fedora, and it's been > working. > On Debian, I've had a problem getting my code (and the examples to > work). > > I'm assuming it's a problem with my kernel configuration. Have any > ideas? Yes, it is very likely the kernel configuration. More specifically, a different kernel build config (or a different kernel version) will result in different offsets within the various data structures that are used within XenAccess. You can figure out what these new offsets are for the new kernel, and then you should be all set :-) Of course, I'm not suggesting that's trivial, but it's doable. An automated method for doing this would be very nice, of course. And that's actually on my todo list right now, but it will likely be a while before I get to it. Cheers, bryan - Bryan D. Payne Graduate Student, Computer Science Georgia Tech Information Security Center http://www.bryanpayne.org |