~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/init/init.c

  • Committer: Jakub Jermar
  • Date: 2011-06-07 21:31:35 UTC
  • mfrom: (708.2.1 mainline)
  • Revision ID: jakub@jermar.eu-20110607213135-cxz8vhxq21pij1gb
Merge USB support.

Changes from bzr://helenos-usb.bzr.sourceforge.net/bzrroot/helenos-usb/mainline:

- replaced '-' with '_' in new driver names
- USB libs are built for each architecture
- devman starts early
- sys_thread_udelay() uses generic delay()
- sys_as_create_area() now creates cacheable areas by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
        
272
272
        mount_tmpfs();
273
273
        
274
 
#ifdef CONFIG_START_DEVMAN
275
274
        spawn("/srv/devman");
276
 
#endif
277
275
        spawn("/srv/apic");
278
276
        spawn("/srv/i8259");
279
277
        spawn("/srv/fhc");