- Timestamp:
- 2009-07-22T19:08:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7038f55
- Parents:
- a5facfb
- Location:
- uspace/app/init
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/Makefile
ra5facfb r1641eb0 35 35 include $(LIBC_PREFIX)/Makefile.toolchain 36 36 37 CFLAGS += -I../../.. 37 38 LIBS = $(LIBC_PREFIX)/libc.a 38 39 -
uspace/app/init/init.c
ra5facfb r1641eb0 48 48 #include <string.h> 49 49 #include <devmap.h> 50 #include <config.h> 50 51 #include "init.h" 51 52 … … 242 243 * non-blocking. 243 244 */ 245 #ifdef CONFIG_START_BD 244 246 srv_start("/srv/ata_bd"); 245 247 srv_start("/srv/gxe_bd"); 246 248 #endif 249 #ifdef CONFIG_MOUNT_DATA 247 250 mount_data(); 248 251 #endif 252 249 253 getvc("vc0", "/app/bdsh"); 250 254 getvc("vc1", "/app/bdsh");
Note:
See TracChangeset
for help on using the changeset viewer.