diff options
Diffstat (limited to 'docs/maintain')
-rw-r--r-- | docs/maintain/index.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 2a8cf27..c3a620d 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -60,9 +60,6 @@ <li> <a href="#updating_memtest86plus">Updating MemTest86+</a> </li> - <li> - <a href="#seabios">SeaBIOS</a> - </li> </ul> <p> @@ -606,39 +603,6 @@ </p> </div> - - <div class="section"> - - <h1 id="seabios">SeaBIOS</h1> - - <p> - Create the SeaBIOS config like so (changed from defaults):<br/> - $ <b>./build config seabiosmodify</b> - </p> -<pre> -General Features -> Build Target -> Build for coreboot (enable) -VGA ROM -> VGA Hardware Type -> coreboot linear framebuffer (enable) -Debugging -> Serial port debugging (enable) -</pre> - - <p> - When updating SeaBIOS, run the following:<br/> - $ <b>./build config seabiosupdate</b><br/> - (this will run <b>make oldconfig</b> on seabios) - </p> - - <p> - Relevant scripts: - </p> - <ul> - <li>resources/scripts/helpers/build/config/seabiosmodify</li> - <li>resources/scripts/helpers/build/config/seabiosupdate</li> - <li>resources/scripts/helpers/download/seabios (change patches used, revision, etc)</li> - <li>resources/scripts/helpers/build/clean/seabios</li> - <li>resources/scripts/helpers/build/module/seabios</li> - </ul> - - </div> <div class="section"> |