aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 974cdb6..1abada8 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,13 @@ Currently supports
* Segmentation
* Descriptor-tables (GDT, LDT, IDT)
* IA32-e page table layout
- * Interrupts
+ * Interrupts (with xAPIC and x2APIC registers)
* Task state
- * Querying CPUID (uses [raw_cpuid](https://github.com/gz/rust-cpuid) library)
* Performance counter information
* Intel SGX: Software Guard Extensions
+ * Random numbers (rdrand, rdseed)
+ * Time (rdtsc, rdtscp)
+ * Querying CPUID (uses [raw_cpuid](https://github.com/gz/rust-cpuid) library)
This library depends on libcore so it can be used in kernel level code.