PortableGfxboot

Differences between revisions 2 and 3
Revision 2 as of 2006-06-08 08:19:16
Size: 1457
Editor: 83-216-156-196
Comment:
Revision 3 as of 2008-08-06 16:38:59
Size: 1457
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * '''Created''': [[Date(2006-06-08T08:16:03Z)]] by ColinWatson  * '''Created''': <<Date(2006-06-08T08:16:03Z)>> by ColinWatson

Summary

Make gfxboot portable to non-x86 architectures and to modern x86 systems with limited BIOS compatibility.

Rationale

In Dapper, we added gfxboot to our amd64 and i386 CD images, providing a friendly graphical boot menu as the first thing users see when booting Ubuntu CD images on those architectures. Unfortunately, gfxboot is currently a huge pile of x86 assembly, and cannot be ported to other architectures (such as powerpc) without a total rewrite; furthermore it relies on the x86 BIOS and VGA so it won't work on Intel-based Macs without Boot Camp. The assembly aspect also makes it hard to add new features such as different behaviour on laptops and desktops.

Use cases

Scope

Research the feasibility of gradually rewriting the architecture-independent parts of gfxboot, chiefly the language interpreter, in C, preferably with the co-operation of upstream (SuSE). It will then be possible to support other systems with a much smaller amount of work.

Design

Implementation

Code

Outstanding issues

BoF agenda and discussion


CategorySpec

PortableGfxboot (last edited 2008-08-06 16:38:59 by localhost)