From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Niklas K." Subject: Replacing (vga)bios.bin source code with compiled binaries? Date: Sun, 11 May 2008 18:58:19 +0200 Message-ID: <1210525099.7833.6.camel@LinJan08Nik> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, this may be a more general issue with editing source code and makefiles, but as I'm not really a developer, I can't do it on my own and I thought I'd ask you on this mailing list rather than on some general development mailing list/forum: I need to get modified hvmloader and vmxloader binaries that load a modified BIOS binary. I think the easiest way to do this is to remove some parts of the makefiles included in the Xen source code and add the compiled binary to the source (what probably doesn't work: I don't know if the bios.bin is directly compiled into the hvmloader/vmxloader binaries or the compiled bios.bin is inserted into them). Can you help me in doing this? Thanks in advance, Niklas K.