Changeset 11c2ae5 in mainline
- Timestamp:
- 2008-08-09T09:46:43Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a35204
- Parents:
- 12fc042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r12fc042 r11c2ae5 58 58 while (rc < 0) { 59 59 rc = mount(fstype, "/", "initrd"); 60 60 61 61 switch (rc) { 62 62 case EOK: … … 68 68 case ELIMIT: 69 69 printf(NAME ": Unable to mount root filesystem\n"); 70 return false; 71 case ENOENT: 72 printf(NAME ": Unknown filesystem type (%s)\n", fstype); 70 73 return false; 71 74 default:
Note:
See TracChangeset
for help on using the changeset viewer.