[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] The problem of make xen
On Fri, Jun 28, 2013 at 12:27:07AM -0700, Xinxin Jin wrote: > Hi all, > > Maybe it is not a stupid question, but this problem indeed bugs me very > much ... When I made some changes on the source file and then run "make & > make install" under xen directory, after rebooting machine, many times I > found the loaded Xen kernel was still the old one (before change) !! Does > anyone encounter the same problem with me ? It is really very weird and > annoying...... > First thing first, make sure your changes are valid and Xen compiles, otherwise 'make install' will just pick up the old binary (because there's really new binary generated). Then you can try to issue 'sync' after you 'make install', that would force FS to flush all changes to disk. After that, you can do md5sum to verify the binaries in /boot and source directory match. Wei. > Thanks, > > Xinxin > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |