Statistics
| Branch: | Revision:

root / pc-bios / linuxboot.bin @ 419ef5f1

History | View | Annotate | Download (1 kB)

# Date Author Comment
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...