This release, adds an APIC timer. This means that we can count time much more accurately than with a PIT timer and run the scheduler faster in the future.
How to run.
Please have QEMU installed download qemu.
Then download both daos.iso and disk.img.
And run qemu-system-i386 -cdrom daos.iso -m 512 -serial stdio -vga std -drive file=disk.img,format=raw,if=ide,cache=none -boot order=dc
Replacing daos.iso and disk.img in -cdrom and -file with your respective paths to the files you downloaded.