Changeset de9c5cb in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2008-09-14T14:41:31Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6aae7a3b
Parents:
dac629e
Message:

Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' to mirror source tree.

File:
1 edited

Legend:

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

    rdac629e rde9c5cb  
    105105        }
    106106       
    107         // FIXME: spawn("/sbin/pci");
    108         spawn("/sbin/fb");
    109         spawn("/sbin/kbd");
    110         spawn("/sbin/console");
     107        // FIXME: spawn("/srv/pci");
     108        spawn("/srv/fb");
     109        spawn("/srv/kbd");
     110        spawn("/srv/console");
    111111       
    112112        console_wait();
    113113        version_print();
    114114       
    115         spawn("/sbin/bdsh");
     115        spawn("/app/bdsh");
    116116       
    117117        return 0;
Note: See TracChangeset for help on using the changeset viewer.