mirror of https://github.com/ipxe/ipxe.git
setup16() now calls initialise(); we don't have to do it.
parent
04682f9838
commit
43417e6c1b
|
@ -163,14 +163,7 @@ start_runtime:
|
||||||
pushw %cs
|
pushw %cs
|
||||||
call ljmp_to_es_di
|
call ljmp_to_es_di
|
||||||
|
|
||||||
/* Call initialisation routine. Relocation may be done. New
|
/* Call to arch_main. Register INT19 as an exit path. This
|
||||||
* address of entry-point function is returned in %es:di.
|
|
||||||
*/
|
|
||||||
pushl $arch_rm_initialise
|
|
||||||
pushw %cs /* == lcall %es:di */
|
|
||||||
call ljmp_to_es_di
|
|
||||||
|
|
||||||
/* Call to arch_rm_main. Register INT19 as an exit path. This
|
|
||||||
* call will never return.
|
* call will never return.
|
||||||
*/
|
*/
|
||||||
movl $exit_via_int19, %eax
|
movl $exit_via_int19, %eax
|
||||||
|
|
Loading…
Reference in New Issue