385a386,388
> If bit 2 in the @samp{flags} word is set, information about the video
> mode table, defined later, must be available to the kernel.
> 
551a555,556
> ?? - ?? | graphics_table    |    (present if flags[11] is set)
>         +-------------------+
802a808,837
> If bit 11 in the @samp{flags} is set, video mode information is
> available in the mode table. This should only be done if the kernel has
> indicated in the @samp{Multiboot Header} that it accepts graphics modes.
> 
> The mode table looks like this:
> 
> @example
> @group
> 
>         +----------------------+
> 0       | mode_type            |
> 4       | width                |
> 8       | height               |
> 12      | depth                |
> 16      | frame_buffer_address |
>         +----------------------+
> 
> @end group
> @end example
> 
> Valid numbers for @samp{mode_type} is 0 for linear graphics mode and 1
> for EGA-standard text mode. Everything else is reserved for future
> expansion.
> 
> @samp{width} and @samp{height} is specified in pixels, if graphics mode,
> or characters in EGA text mode. @samp{depth} is given in bits per pixel
> for graphics, or unused for EGA text mode.
> 
> @samp{frame_buffer_address} specifies the physical start address of the
> linear frame buffer. This is valid for both graphics and text modes.
