Changeset 421c833 in mainline for defaults/amd64


Ignore:
Timestamp:
2009-03-13T12:58:43Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b6dfc32
Parents:
99d6fd0
Message:

parse VESA mode from a string
unify VESA initialization for ia32 and amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/amd64/Makefile.config

    r99d6fd0 r421c833  
    5050CONFIG_FB = y
    5151
    52 # Framebuffer width
    53 CONFIG_VESA_WIDTH = 800
     52# Default framebuffer mode
     53CONFIG_VESA_MODE = 800x600
    5454
    55 # Framebuffer height
    56 CONFIG_VESA_HEIGHT = 600
    57 
    58 # Framebuffer depth
     55# Default framebuffer depth
    5956CONFIG_VESA_BPP = 16
    6057
Note: See TracChangeset for help on using the changeset viewer.