浏览代码

Leave some time to see what's going on.

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
f04b9cd3ea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/core/main.c

+ 1
- 0
src/core/main.c 查看文件

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

正在加载...
取消
保存