Rev 4622 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4622 | Rev 4662 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | #include <task.h> |
45 | #include <task.h> |
| 46 | #include <malloc.h> |
46 | #include <malloc.h> |
| 47 | #include <macros.h> |
47 | #include <macros.h> |
| 48 | #include <string.h> |
48 | #include <string.h> |
| 49 | #include <devmap.h> |
49 | #include <devmap.h> |
| - | 50 | #include <config.h> |
|
| 50 | #include "init.h" |
51 | #include "init.h" |
| 51 | 52 | ||
| 52 | static void info_print(void) |
53 | static void info_print(void) |
| 53 | { |
54 | { |
| 54 | printf(NAME ": HelenOS init\n"); |
55 | printf(NAME ": HelenOS init\n"); |
| Line 239... | Line 240... | ||
| 239 | 240 | ||
| 240 | /* |
241 | /* |
| 241 | * Start these synchronously so that mount_data() can be |
242 | * Start these synchronously so that mount_data() can be |
| 242 | * non-blocking. |
243 | * non-blocking. |
| 243 | */ |
244 | */ |
| - | 245 | #ifdef CONFIG_START_BD |
|
| 244 | srv_start("/srv/ata_bd"); |
246 | srv_start("/srv/ata_bd"); |
| 245 | srv_start("/srv/gxe_bd"); |
247 | srv_start("/srv/gxe_bd"); |
| 246 | 248 | #endif |
|
| - | 249 | #ifdef CONFIG_MOUNT_DATA |
|
| 247 | mount_data(); |
250 | mount_data(); |
| - | 251 | #endif |
|
| 248 | 252 | ||
| 249 | getvc("vc0", "/app/bdsh"); |
253 | getvc("vc0", "/app/bdsh"); |
| 250 | getvc("vc1", "/app/bdsh"); |
254 | getvc("vc1", "/app/bdsh"); |
| 251 | getvc("vc2", "/app/bdsh"); |
255 | getvc("vc2", "/app/bdsh"); |
| 252 | getvc("vc3", "/app/bdsh"); |
256 | getvc("vc3", "/app/bdsh"); |
| 253 | getvc("vc4", "/app/bdsh"); |
257 | getvc("vc4", "/app/bdsh"); |