Changeset 06a583e in mainline
- Timestamp:
- 2006-06-07T10:45:39Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f49f16c
- Parents:
- 8778271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mips32.c
r8778271 r06a583e 41 41 #include <print.h> 42 42 #include <syscall/syscall.h> 43 #include <sysinfo/sysinfo.h> 43 44 44 45 #include <arch/interrupt.h> … … 47 48 #include <arch/debugger.h> 48 49 #include <genarch/fb/fb.h> 50 #include <debug.h> 49 51 50 52 #include <arch/asm/regname.h> … … 117 119 fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer 118 120 #endif 121 sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1); 119 122 } 120 123
Note:
See TracChangeset
for help on using the changeset viewer.