Changeset 1f5c9c96 in mainline for defaults/ia32/Makefile.config


Ignore:
Timestamp:
2011-12-02T17:29:43Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8b1e631, c3887ad
Parents:
c48f6ab
Message:

implement multiboot v2 specification and use it in GRUB for UEFI

  • improve multiboot v1 code, move defines to a common location
  • rename VESA framebuffer stuff to generic "boot framebuffer"
  • small collateral changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ia32/Makefile.config

    rc48f6ab r1f5c9c96  
    6060
    6161# Default framebuffer mode
    62 CONFIG_VESA_MODE = 800x600
     62CONFIG_BFB_MODE = 800x600
    6363
    6464# Default framebuffer depth
    65 CONFIG_VESA_BPP = 16
     65CONFIG_BFB_BPP = 16
    6666
    6767# Load disk drivers on startup
Note: See TracChangeset for help on using the changeset viewer.