Hi Carl-Daniel,
On Wed, Aug 26, 2009 at 9:30 PM, Carl-Daniel Hailfingerc-d.hailfinger.devel.2006@gmx.net wrote:
cbfs_and_run_core() did not check the return code of cbfs_load_stage() and jumped to (void*)-1 on error. Die properly instead. I didn't use die() because that caused a linker error.
How about some inline asm to do a hlt instruction in the for loop? That would be better than spinning full speed.
Marc