Changeset 8d6c1f1 in mainline for uspace/app
- Timestamp:
- 2011-06-07T21:31:35Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75608143
- Parents:
- ff4f073 (diff), eb522e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/app
- Files:
-
- 24 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
rff4f073 r8d6c1f1 272 272 mount_tmpfs(); 273 273 274 #ifdef CONFIG_START_DEVMAN275 274 spawn("/srv/devman"); 276 #endif277 275 spawn("/srv/apic"); 278 276 spawn("/srv/i8259"); -
uspace/app/tester/Makefile
rff4f073 r8d6c1f1 55 55 mm/malloc2.c \ 56 56 mm/malloc3.c \ 57 mm/mapping1.c \ 57 58 devs/devman1.c \ 58 59 devs/devman2.c \ -
uspace/app/tester/tester.c
rff4f073 r8d6c1f1 64 64 #include "mm/malloc2.def" 65 65 #include "mm/malloc3.def" 66 #include "mm/mapping1.def" 66 67 #include "hw/serial/serial1.def" 67 68 #include "hw/misc/virtchar1.def" -
uspace/app/tester/tester.h
rff4f073 r8d6c1f1 97 97 extern const char *test_malloc2(void); 98 98 extern const char *test_malloc3(void); 99 extern const char *test_mapping1(void); 99 100 extern const char *test_serial1(void); 100 101 extern const char *test_virtchar1(void);
Note:
See TracChangeset
for help on using the changeset viewer.