Changeset de9c5cb in mainline for uspace


Ignore:
Timestamp:
2008-09-14T14:41:31Z (17 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.

Location:
uspace/app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/config.h

    rdac629e rde9c5cb  
    1010
    1111/* Work around for getenv() */
    12 #define PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
     12#define PATH "/srv:/app"
    1313#define PATH_DELIM ":"
    1414
  • 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.