From da0b13bc655a4dab57d28697e73b1d44fa611cf3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 13 May 2015 14:27:38 -0400 Subject: Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS --- (limited to 'docs') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 0dc9565..3a0da0a 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -60,6 +60,9 @@
  • Updating MemTest86+
  • +
  • + SeaBIOS +
  • @@ -596,6 +599,39 @@

    + +
    + +

    SeaBIOS

    + +

    + Create the SeaBIOS config like so (changed from defaults):
    + $ ./build config seabiosmodify +

    +
    +General Features -> Build Target -> Build for coreboot (enable)
    +VGA ROM -> VGA Hardware Type -> coreboot linear framebuffer (enable)
    +Debugging -> Serial port debugging (enable)
    +
    + +

    + When updating SeaBIOS, run the following:
    + $ ./build config seabiosupdate
    + (this will run make oldconfig on seabios) +

    + +

    + Relevant scripts: +

    + + +
    -- cgit v0.9.1