LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   gdb assembly dump (https://www.linuxquestions.org/questions/programming-9/gdb-assembly-dump-69813/)

centr0 07-03-2003 09:51 AM

gdb assembly dump
 
hi.

im following a tutorial that requires analyzing gdb assembly dump output. however, it says my box is configured for i386 and the tutorial is on an i586. is there a way i can change it to i586 so i can follow the tutorial accordingly?

thanks in advance for the response. =]

lackluster 07-04-2003 09:41 AM

if i read this right, you need to re-compile your kernel, adding in support for your correct processor

lackluster 07-04-2003 09:45 AM

actually, it shouldn't matter, come to think of it. after the 386, there's really no difference in assembly other than improvement of instructions (i.e. less clock cycles). stick with what you have, it won't hinder your learning

Pres 07-07-2003 11:38 AM

Don't think that's true
 
There are "pentium" instructions, extension instructions as well for later processors too. 486 instructions even (such as CMPXCHG Compare and Exchange), no good for 386. I'd recompile the kernel.


All times are GMT -5. The time now is 06:50 AM.