Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hi , Osdever
i recently download a simple kernel , named boreal
i compile that kernel with succes , but when im boot with qemu ,
i get a bad result with grub , it shows me a 'D' also i reread the code and i find
his (in the code)
This code isn't very helpful. It is only displaying the error message (as far as a blinking D is called a message). How did you end up there? There must be some test somewhere.
Yazimat wrote:but i don't understand this error , if you can help me
Just by looking at the comment you already know why it is triggered. Why don't you ask the author of the code you are using what a bad data segment is, or look it up yourself? This isn't a question where good experience can answer, and a Google search cannot. So this is where Google comes in.
A Software Developer suggestion would be, to step through and find out just how it gets called (where is the condition?), or at what point of execution defines a "Bad Data Segment". That requires knowledge of debugging, and Google can help with that as well.