* breaking kvm :-)
@ 2007-06-30 21:43 ron minnich
[not found] ` <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: ron minnich @ 2007-06-30 21:43 UTC (permalink / raw)
To: kvm-devel
Somebody here at OLS was asking me about linuxbios on kvm. Well, that
was too much to resist.
Short form: it works, uses a grub-like interface that does not use
BIOS callbacks. It's noticeably faster to boot than Bochs. I realize
that it's all pretty fast but linuxbios is 32-bit code, so there is
pretty much no emulation to worry about.
So, if anyone gets annoyed watching bochs boot, I can put a howto on
the linuxbios wiki. It's pretty trivial to set up.
ron
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: breaking kvm :-) [not found] ` <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-07-01 5:29 ` Anthony Liguori 2007-07-02 10:20 ` Arnd Bergmann 2007-09-14 19:23 ` Cam Macdonell 2 siblings, 0 replies; 7+ messages in thread From: Anthony Liguori @ 2007-07-01 5:29 UTC (permalink / raw) To: ron minnich; +Cc: kvm-devel ron minnich wrote: > Somebody here at OLS was asking me about linuxbios on kvm. Well, that > was too much to resist. > > Short form: it works, uses a grub-like interface that does not use > BIOS callbacks. It's noticeably faster to boot than Bochs. I realize > that it's all pretty fast but linuxbios is 32-bit code, so there is > pretty much no emulation to worry about. > > So, if anyone gets annoyed watching bochs boot, I can put a howto on > the linuxbios wiki. It's pretty trivial to set up. > Please do, I'd like to try it out. Regards, Anthony Liguori > ron > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: breaking kvm :-) [not found] ` <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2007-07-01 5:29 ` Anthony Liguori @ 2007-07-02 10:20 ` Arnd Bergmann [not found] ` <200707021220.20753.arnd-r2nGTMty4D4@public.gmane.org> 2007-09-14 19:23 ` Cam Macdonell 2 siblings, 1 reply; 7+ messages in thread From: Arnd Bergmann @ 2007-07-02 10:20 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Saturday 30 June 2007, ron minnich wrote: > Somebody here at OLS was asking me about linuxbios on kvm. Well, that > was too much to resist. > > Short form: it works, uses a grub-like interface that does not use > BIOS callbacks. It's noticeably faster to boot than Bochs. I realize > that it's all pretty fast but linuxbios is 32-bit code, so there is > pretty much no emulation to worry about. Very nice. I'm curious though since I've never used Linuxbios before: what operating systems can it load? Only Linux, anything that comes as an ELF image, or even proprietary operating systems? Arnd <>< ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <200707021220.20753.arnd-r2nGTMty4D4@public.gmane.org>]
* Re: breaking kvm :-) [not found] ` <200707021220.20753.arnd-r2nGTMty4D4@public.gmane.org> @ 2007-07-02 15:50 ` ron minnich 0 siblings, 0 replies; 7+ messages in thread From: ron minnich @ 2007-07-02 15:50 UTC (permalink / raw) To: Arnd Bergmann; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On 7/2/07, Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> wrote: > Very nice. I'm curious though since I've never used Linuxbios before: > what operating systems can it load? Only Linux, anything that comes > as an ELF image, or even proprietary operating systems? pretty soon, anything grub can load. For now, ELF arbitrary elf images. ron ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: breaking kvm :-) [not found] ` <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2007-07-01 5:29 ` Anthony Liguori 2007-07-02 10:20 ` Arnd Bergmann @ 2007-09-14 19:23 ` Cam Macdonell [not found] ` <46EADF9C.5050909-edFDblaTWIyXbbII50Afww@public.gmane.org> 2 siblings, 1 reply; 7+ messages in thread From: Cam Macdonell @ 2007-09-14 19:23 UTC (permalink / raw) To: ron minnich; +Cc: kvm-devel Hi Ron, This would be interesting to try, especially if booting is noticeably faster that bochs. Did you get that how-to up? Thanks, Cam ron minnich wrote: > Somebody here at OLS was asking me about linuxbios on kvm. Well, that > was too much to resist. > > Short form: it works, uses a grub-like interface that does not use > BIOS callbacks. It's noticeably faster to boot than Bochs. I realize > that it's all pretty fast but linuxbios is 32-bit code, so there is > pretty much no emulation to worry about. > > So, if anyone gets annoyed watching bochs boot, I can put a howto on > the linuxbios wiki. It's pretty trivial to set up. > > ron > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <46EADF9C.5050909-edFDblaTWIyXbbII50Afww@public.gmane.org>]
* Re: breaking kvm :-) [not found] ` <46EADF9C.5050909-edFDblaTWIyXbbII50Afww@public.gmane.org> @ 2007-09-14 19:31 ` Jorge Lucángeli Obes 2007-09-15 15:27 ` ron minnich 1 sibling, 0 replies; 7+ messages in thread From: Jorge Lucángeli Obes @ 2007-09-14 19:31 UTC (permalink / raw) To: ron minnich; +Cc: kvm-devel On 9/14/07, Cam Macdonell <cam-edFDblaTWIyXbbII50Afww@public.gmane.org> wrote: > > Hi Ron, > > This would be interesting to try, especially if booting is noticeably > faster that bochs. It would definitely be interesting to try. Cheers, Jorge ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: breaking kvm :-) [not found] ` <46EADF9C.5050909-edFDblaTWIyXbbII50Afww@public.gmane.org> 2007-09-14 19:31 ` Jorge Lucángeli Obes @ 2007-09-15 15:27 ` ron minnich 1 sibling, 0 replies; 7+ messages in thread From: ron minnich @ 2007-09-15 15:27 UTC (permalink / raw) To: Cam Macdonell; +Cc: kvm-devel Ah, I need to get that how-to up, only Anthony tried it and he never seems to need a HOWTO :-) thanks, I am glad you are interested, I will test it again and probably put a HOWTO up at linuxbios.org, which could be cloned at the kvm web site. ron ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-09-15 15:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-30 21:43 breaking kvm :-) ron minnich
[not found] ` <13426df10706301443r57243047of1939d7aa39379b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-07-01 5:29 ` Anthony Liguori
2007-07-02 10:20 ` Arnd Bergmann
[not found] ` <200707021220.20753.arnd-r2nGTMty4D4@public.gmane.org>
2007-07-02 15:50 ` ron minnich
2007-09-14 19:23 ` Cam Macdonell
[not found] ` <46EADF9C.5050909-edFDblaTWIyXbbII50Afww@public.gmane.org>
2007-09-14 19:31 ` Jorge Lucángeli Obes
2007-09-15 15:27 ` ron minnich
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox