|
@@ -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
|