[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenARM] initial bootstrap code
Hello This is my first message on the list. I am the student working with Daniel Rossier. We finally got a minimal xen code (without virt mechanisms, bootstrap only) building, linking and starting. The first step was to get a minimal version of linux 2.6.18 (isolate the linux arm bootstrap). We built only some files in /arch/arm and got a 3 ko linux image. We suppressed the directories containing unused code /fs /crypt /kernel /drivers /mm /ipc /net... The initial idea was to introduce this bootstrap in the xen 3.1 tree. But I got many problems with this job. It is difficult to adapt the xen Makefiles to get the linux bootstrap build. I had problems with CFLAGS, linker script, the whole build process, ... We decided not to spend to much (more) time on this problem and to include the xen tree into our modified linux bootstrap tree. The linux bootstrap code call the xen first C function (start_xen). This code is now avaible on sourceforge http://sourceforge.net/projects/embeddedxen/ The final image is 4.4 ko big with a source code tree of 40 Mo. The plan is now to introduce virt functionalities in our code. One possibility is to use some of the linux low level functionalities to avoid reimplementing them in the xen code. Memory mapping is also a problem we will spend time on the next weeks. Damien _______________________________________________ Xen-arm mailing list Xen-arm@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-arm
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |