kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

booting problem #655

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.r11133, x86/nonvga_debug
2.run embox
3.

What is the expected output? What do you see instead?
i expect see booting process, but nothing happens.
if i set breakpoint to _start, nothing happens too.

Please use labels and text to provide additional information.
latest stable for me is r11004.

Original issue reported on code.google.com by ki.stfu on 9 Oct 2013 at 7:58

GoogleCodeExporter commented 9 years ago
Hi,

It seems that QEMU can't load an ELF with a single segment (program header). 
All these oddities happen because sometimes linker produces a binary with two 
segments (everything works), and sometimes with one (shit happens).

Most likely fixed in r11147. This is still a temporal fix, we need to 
investigate what causes QEMU or LD to misbehave.

Original comment by Eldar.Abusalimov on 9 Oct 2013 at 2:40