Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4661 → Rev 4662

/trunk/uspace/app/init/init.c
47,6 → 47,7
#include <macros.h>
#include <string.h>
#include <devmap.h>
#include <config.h>
#include "init.h"
 
static void info_print(void)
241,11 → 242,14
* Start these synchronously so that mount_data() can be
* non-blocking.
*/
#ifdef CONFIG_START_BD
srv_start("/srv/ata_bd");
srv_start("/srv/gxe_bd");
#endif
#ifdef CONFIG_MOUNT_DATA
mount_data();
#endif
 
getvc("vc0", "/app/bdsh");
getvc("vc1", "/app/bdsh");
getvc("vc2", "/app/bdsh");
/trunk/uspace/app/init/Makefile
34,6 → 34,7
 
include $(LIBC_PREFIX)/Makefile.toolchain
 
CFLAGS += -I../../..
LIBS = $(LIBC_PREFIX)/libc.a
 
## Sources