Skip to content

Commit

Permalink
setup16() now calls initialise(); we don't have to do it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Apr 10, 2005
1 parent 04682f9 commit 43417e6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/arch/i386/prefix/dskprefix.S
Expand Up @@ -163,14 +163,7 @@ start_runtime:
pushw %cs
call ljmp_to_es_di

/* Call initialisation routine. Relocation may be done. New
* 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 to arch_main. Register INT19 as an exit path. This
* call will never return.
*/
movl $exit_via_int19, %eax
Expand Down

0 comments on commit 43417e6

Please sign in to comment.