Changeset de9c5cb in mainline for uspace/app/init/init.c
- Timestamp:
- 2008-09-14T14:41:31Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6aae7a3b
- Parents:
- dac629e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.