summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2006-05-02 23:10:45 +0200
committerMichael Brown2006-05-02 23:10:45 +0200
commitf8f75cef5bba0edfd17e4ca1fe176f8c640a4781 (patch)
treecd3c5a183cc0794e37e8ea93c91d5c070f47a7f0 /src/arch
parentTypo (diff)
downloadipxe-f8f75cef5bba0edfd17e4ca1fe176f8c640a4781.tar.gz
ipxe-f8f75cef5bba0edfd17e4ca1fe176f8c640a4781.tar.xz
ipxe-f8f75cef5bba0edfd17e4ca1fe176f8c640a4781.zip
BSS is now zeroed by libprefix (along with the otherwise non-zeroable
portions such as the stack) during the installation process. init_fns() are called from main(). We need to think about initial control flow some more.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/prefix/dskprefix.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S
index a2f62198..fff0be41 100644
--- a/src/arch/i386/prefix/dskprefix.S
+++ b/src/arch/i386/prefix/dskprefix.S
@@ -356,9 +356,6 @@ start_runtime:
lret
.section ".text16", "awx", @progbits
1:
- pushl $initialise
- data32 call prot_call
- popl %eax /* discard */
pushl $main
data32 call prot_call
popl %eax /* discard */