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.
This commit is contained in:
Michael Brown
2006-05-02 21:10:45 +00:00
parent cc23057b59
commit f8f75cef5b
2 changed files with 3 additions and 18 deletions

View File

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