Changeset 06a583e in mainline


Ignore:
Timestamp:
2006-06-07T10:45:39Z (18 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f49f16c
Parents:
8778271
Message:

System info about machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/mips32.c

    r8778271 r06a583e  
    4141#include <print.h>
    4242#include <syscall/syscall.h>
     43#include <sysinfo/sysinfo.h>
    4344
    4445#include <arch/interrupt.h>
     
    4748#include <arch/debugger.h>
    4849#include <genarch/fb/fb.h>
     50#include <debug.h>
    4951
    5052#include <arch/asm/regname.h>
     
    117119                fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
    118120#endif
     121                sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1);
    119122}
    120123
Note: See TracChangeset for help on using the changeset viewer.