Просмотр исходного кода

Leave some time to see what's going on.

tags/v0.9.3
Michael Brown 21 лет назад
Родитель
Сommit
f04b9cd3ea
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/core/main.c

+ 1
- 0
src/core/main.c Просмотреть файл

184
 		if ( ! find_boot_device ( &dev ) ) {
184
 		if ( ! find_boot_device ( &dev ) ) {
185
 			/* Reached end of device list */
185
 			/* Reached end of device list */
186
 			printf ( "No more boot devices\n" );
186
 			printf ( "No more boot devices\n" );
187
+			sleep ( 2 );
187
 			continue;
188
 			continue;
188
 		}
189
 		}
189
 
190
 

Загрузка…
Отмена
Сохранить