Changeset 018f95a in mainline for genarch/src/fb/fb.c


Ignore:
Timestamp:
2006-05-31T19:50:17Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41d33ac
Parents:
39031cc
Message:

kernel support for text-only framebuffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/fb/fb.c

    r39031cc r018f95a  
    369369       
    370370        sysinfo_set_item_val("fb", NULL, true);
     371        sysinfo_set_item_val("fb.kind", NULL, 1);
    371372        sysinfo_set_item_val("fb.width", NULL, x);
    372373        sysinfo_set_item_val("fb.height", NULL, y);
Note: See TracChangeset for help on using the changeset viewer.