Procházet zdrojové kódy

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

tags/v0.9.3
Michael Brown před 21 roky
rodič
revize
43417e6c1b
1 změnil soubory, kde provedl 1 přidání a 8 odebrání
  1. 1
    8
      src/arch/i386/prefix/dskprefix.S

+ 1
- 8
src/arch/i386/prefix/dskprefix.S Zobrazit soubor

163
 	pushw	%cs
163
 	pushw	%cs
164
 	call	ljmp_to_es_di
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
 	 * call will never return.
167
 	 * call will never return.
175
 	 */
168
 	 */
176
 	movl	$exit_via_int19, %eax
169
 	movl	$exit_via_int19, %eax

Načítá se…
Zrušit
Uložit