Changes in uspace/app/init/init.c [3acb285:acc7ce4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r3acb285 racc7ce4 37 37 #include <stdio.h> 38 38 #include <unistd.h> 39 #include <ipc/ipc.h> 39 40 #include <vfs/vfs.h> 40 41 #include <bool.h> … … 272 273 mount_tmpfs(); 273 274 274 #ifdef CONFIG_START_DEVMAN275 spawn("/srv/devman");276 #endif277 275 spawn("/srv/apic"); 278 276 spawn("/srv/i8259");
Note:
See TracChangeset
for help on using the changeset viewer.