aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2017-03-19 13:06:02 -0400
committerAlec Murphy <alec@checksum.fail>2017-03-19 13:06:02 -0400
commit5de4bb76b6037f179179eaea56dbb91db410bf21 (patch)
tree594e594a291b1098cf1b7ebbaa140ca433d2ed0d
parent78213c1b0dadc89c9685f780302ba4b55026312b (diff)
Updated README.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e0efd0..57d2d02 100644
--- a/README.md
+++ b/README.md
@@ -22,4 +22,10 @@ The background music spawns a task on CPU#2, you can change that if you'd like b
will install to the `::/Apps/tosdemo` directory.
+Requires HPET, you might need to enable in your VM config, example (for VirtualBox):
+
+```
+ VBoxManage modifyvm "vm_name" --hpet on
+```
+
Enjoy!