Changeset 3e5a814 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-02-25T21:32:18Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b1de7a
Parents:
f542825
Message:

Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.

File:
1 edited

Legend:

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

    rf542825 r3e5a814  
    109109        spawn("/srv/kbd");
    110110        spawn("/srv/console");
     111        spawn("/srv/fhc");
    111112       
    112113        console_wait();
Note: See TracChangeset for help on using the changeset viewer.