瀏覽代碼

setup16() now calls initialise(); we don't have to do it.

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
43417e6c1b
共有 1 個檔案被更改,包括 1 行新增8 行删除
  1. 1
    8
      src/arch/i386/prefix/dskprefix.S

+ 1
- 8
src/arch/i386/prefix/dskprefix.S 查看文件

@@ -163,14 +163,7 @@ start_runtime:
163 163
 	pushw	%cs
164 164
 	call	ljmp_to_es_di
165 165
 
166
-	/* Call initialisation routine.  Relocation may be done.  New
167
-	 * address of entry-point function is returned in %es:di.
168
-	 */
169
-	pushl	$arch_rm_initialise
170
-	pushw	%cs		/* == lcall %es:di */
171
-	call	ljmp_to_es_di
172
-	
173
-	/* Call to arch_rm_main.  Register INT19 as an exit path.  This
166
+	/* Call to arch_main.  Register INT19 as an exit path.  This
174 167
 	 * call will never return.
175 168
 	 */
176 169
 	movl	$exit_via_int19, %eax

Loading…
取消
儲存