Bruce Evans 54d024041c locore.s:
Build a dummy frame at the top of tmpstk to help debuggers trace the stack
when the system is idle.

swtch.s: idle():
Initialize the frame pointer so that debuggers don't try to trace a bogus
stack.

Load the frame pointer, load the stack pointer and switch out the old
stack in the unique order that never leaves one of the pointers pointers
invalid so that debuggers can trace idle().  Disabling interrupts
provides sufficient validity for normal operation, but debuggers use
(trace) traps.
1994-10-30 20:09:13 +00:00
..
1994-10-30 20:09:13 +00:00
1994-10-30 20:09:13 +00:00
1994-10-27 18:44:31 +00:00
1994-08-21 05:44:12 +00:00
1994-08-21 06:22:12 +00:00
1994-10-23 23:26:18 +00:00
1994-10-23 23:26:18 +00:00
1994-10-23 23:26:18 +00:00
1994-10-30 00:30:27 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-10-25 07:06:20 +00:00