y2kbugger / y2kbugger.github.io

y2kbugger.com
0 stars 0 forks source link

drafts/baremetal-riscv-renode-5 #5

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

Baremetal RISC-V Renode - Part 4: KOS Context Switch - blog.y2kbugger.com

https://blog.y2kbugger.com/drafts/baremetal-riscv-renode-5.html

Vaseem205 commented 4 months ago

ain't this similar to part-4? Where can I locate the implementation of KOS?

y2kbugger commented 4 months ago

Sorry this is currently unfinished draft, which i must have accidently included. you can find the most recent kos implementation here:

https://github.com/y2kbugger/baremetal-riscv-renode/tree/master/kos

and specifically the context switch is found in the assembly here: https://github.com/y2kbugger/baremetal-riscv-renode/blob/master/kos/src/baremetal.s