<div dir="ltr"><div>Good evening.</div><div>Can you please answer some questions:</div><div>You say in the assignment that handle_exception_general_asm pushes exception context on the stack of the currently running thread. But then handle_exception_general is called an as a parameter it has a pointer to an exception_context. Are these contexts the same? Do I need only "cause" register from it? What value in cause indicates that it is indeed an interrupt exception and not something else? How can I call a register dump? <br></div><div>Also:</div><div>We made for testing purposes two threads. thread_1 executes for a bit and after quantum interrupt is executed. <br></div><div>handle_exception_general is executed which calls scheduler_schedule_next and we can see the call to the context switch to the second thread, but for some reason the execution goes back to handle_exception_general. What can be the cause of this? (we pushed our code to our repo in A04 branch in case you want to see the code).</div><br><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Georgii Ekserdzhian</div></div></div></div></div>