Add minimal example for x86_64 user level threads.
We implement a minimal concepts of user level threads. This shows the minimum requirements for our 'staggered' stack implementation: we need to be able to switch to a new stack and allow someone else to continue the calling function right before the switch.
Showing
app/playground/custom_stack_callback.s
0 → 100644
Please
register
or
sign in
to comment