Statistics
| Branch: | Revision:

root / pc-bios / linuxboot.bin @ 39ac8455

History | View | Annotate | Download (1 kB)

# Date Author Comment
59c9d9cf 03/22/2011 08:03 am Aurelien Jarno

pc-bios: update linuxboot.bin and multiboot.bin

Signed-off-by: Aurelien Jarno <>

57a46d05 11/17/2009 06:39 pm Alexander Graf

Convert linux bootrom to external rom and fw_cfg

We already have a working multiboot implementation that uses fw_cfg to get
its kernel module etc. data in int19 runtime now.

So what's missing is a working linux boot option rom. While at it I figured it
would be a good idea to take the opcode generator out of pc.c and instead use...