Xv6 on armv7

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
inaciose
Posts: 6
Joined: Mon Jul 17, 2017 10:07 pm

Xv6 on armv7

Post by inaciose »

I'm trying to understand the xv6 in arm processors, there is some code available on GitHub https://github.com/houcheng/xv6-armv7.

There is a bug in the armv7 that prevent multitasking. The main flaw is that the user program never loose the control during the interrupt.

In the xv6 x86 code for there is a call to funciona yield, that is never called to on armv7 code.

Anyone interested in this subject?
Post Reply