login
Header Space

 
 

registers, stack, call trace

August 25, 2008 - 4:21pm

registers, stack, call trace are all the information you get about what happened, this is the most important part of an oops report.

did you really recompile all sources that refer fs.h? you have to make sure every place where the modified structure is allocated or used is recompiled with the new structure layout, or else different parts of the kernel talk about different memory locations for variables.

you cannot use floating point in the kernel, this includes the type 'double'.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <quote> <pre> <hr> <br> <p> <img> <blockquote> <font> <tt> <table> <tr> <i>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

speck-geostationary