Re: 68k Kernel problem
> Okay, now that I know I need to patch the assembly code to use bne instead
> of jne...But I don't know what bne is (or jne). I also don't know where to
> replace it...I only found one jne in the fpsp040 directory.
Use jbne not bne. Read a m68k assembler manual for the meaning of these
instructions (hint: j = jump, b = branch, jb = jump or branch, the jump
instruction apparently can only take short offsets but the assembler seems
to place the global symbols into a different object section causing larger
offsets).
> I also searched the archives in 68k-debian, and found no bne/jne
> patch...:-(
Did you also search the linux-mac68k and linux-m68k archives?
Michael
Reply to: