diff options
| author | Michael Brown | 2005-04-10 18:48:04 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-10 18:48:04 +0200 |
| commit | 43417e6c1b28e3477139270b3b1383d99d7c4d40 (patch) | |
| tree | e93d671300e90a35e8c7fa651a96be886a235e6e /src | |
| parent | Setup now calls initialise() directly, rather than expecting the (diff) | |
| download | ipxe-43417e6c1b28e3477139270b3b1383d99d7c4d40.tar.gz ipxe-43417e6c1b28e3477139270b3b1383d99d7c4d40.tar.xz ipxe-43417e6c1b28e3477139270b3b1383d99d7c4d40.zip | |
setup16() now calls initialise(); we don't have to do it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/prefix/dskprefix.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S index d1f64e7ae..638b9b243 100644 --- a/src/arch/i386/prefix/dskprefix.S +++ b/src/arch/i386/prefix/dskprefix.S @@ -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 |
