Project

General

Profile

Revision 97

removed function due to lcf update

View differences:

graphics.c
21 21
    if ((r = sys_privctl(SELF, SYS_PRIV_ADD_MEM, &mmr)))
22 22
        panic("sys_privctl (ADD MEM) failed: %d\n", r);
23 23

  
24
    lm_init(true);
25
//    lm_alloc(sizeof(vbe_mode_info_t), &mem_map);
26 24
    if (vbe_get_mode_info(mode, &vbe_mem_info)) {
27 25
        printf("vbe_get_mode_info: Failed to get VBE Mode Info for mode %x\n", mode);
28 26
        return LCF_ERROR;

Also available in: Unified diff