-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add chess game #230
Add chess game #230
Conversation
Next step: add a |
The This is what we get on the host system:
And this is in MOROS with QEMU:
On VirtualBox it's faster, we get this:
Which is pretty good! And finally on baremetal we get this:
Which is worse, probably because the kernel has some optimizations disabled at compile time and there's no hypervisor to add them back. |
I have been waiting for months for this one, running my chess engine inside my own OS!
This will provide a game to MOROS but also a way to benchmark performance in the OS.
See vinc/littlewing#81