Changeset 9f51afc in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-12-30T14:15:18Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73f56e4, d557e4f
Parents:
3f29834
Message:

Re-introduce mouse driver, this time as a separate server. (Need to tackle IRQ performance issues.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r3f29834 r9f51afc  
    265265        spawn("/srv/fhc");
    266266        spawn("/srv/obio");
     267        srv_start("/srv/i8042");
     268        srv_start("/srv/c_mouse");
    267269
    268270        spawn("/srv/fb");
Note: See TracChangeset for help on using the changeset viewer.