[SeaBIOS] [coreboot] Patch number 4 for floppy in SeaBIOS

Kevin O'Connor kevin at koconnor.net
Sat Dec 7 21:44:47 CET 2013


On Sat, Dec 07, 2013 at 08:01:16PM +0100, Gelip wrote:
> root at debian:~# cd /coreboot
> root at debian:/coreboot# make
[...]
> Version: rel-1.7.3-116-gb66456c-dirty-20131207_205816-debian

I'm not sure what branch you were trying to build, but it's not the
latest.  If you pulled the tree from github, you should have seen
something like:

Version: rel-1.7.3-121-g402f9a4-dirty-20131207_153908-morn.localdomain

Try these steps:

cd ~
git clone https://github.com/KevinOConnor/seabios -b testing
cd seabios
make menuconfig
  -- select coreboot, serial debug, and debug level 8
make

Then on the coreboot side, via make menuconfig, configure it to use an
external payload and point it to ~/seabios/out/bios.bin.elf

-Kevin



More information about the SeaBIOS mailing list