mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user