Page 1 of 1

After Jump to Long Mode 64 bits

Posted: Wed Jun 05, 2013 5:43 pm
by Kerviticus
Hi all,

This is the first time to this forum, I have successfully jumped to 64 bit mode (long mode) or so I think, but when I attempt a call (callq) to a function I get a triple fault. Please help.

Is my stack not setup correctly?

Re: After Jump to Long Mode 64 bits

Posted: Wed Jun 05, 2013 10:23 pm
by FallenAvatar
Please see FORUM RULES - REQUIRED READING specifically number 4.

I would say that you have not tried to debug this problem on your own as you are saying you are getting a triple fault (Instead of what exception you actually get) because you do not have exception handlers set up. Also, you do not post what emulator you are using or a log of execution (preferably with only the necessary stuff instead of the whole thing).

- Monk