- Timestamp:
- 2008-09-14T14:41:31Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6aae7a3b
- Parents:
- dac629e
- Location:
- uspace/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/config.h
rdac629e rde9c5cb 10 10 11 11 /* Work around for getenv() */ 12 #define PATH "/ bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"12 #define PATH "/srv:/app" 13 13 #define PATH_DELIM ":" 14 14 -
uspace/app/init/init.c
rdac629e rde9c5cb 105 105 } 106 106 107 // FIXME: spawn("/s bin/pci");108 spawn("/s bin/fb");109 spawn("/s bin/kbd");110 spawn("/s bin/console");107 // FIXME: spawn("/srv/pci"); 108 spawn("/srv/fb"); 109 spawn("/srv/kbd"); 110 spawn("/srv/console"); 111 111 112 112 console_wait(); 113 113 version_print(); 114 114 115 spawn("/ sbin/bdsh");115 spawn("/app/bdsh"); 116 116 117 117 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.