diff options
Diffstat (limited to 'tobba/README.md')
-rw-r--r-- | tobba/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tobba/README.md b/tobba/README.md new file mode 100644 index 0000000..8d46f8e --- /dev/null +++ b/tobba/README.md @@ -0,0 +1,6 @@ +libcpu +====== + +Abstracts the messier guts of interfacing with the CPU on a low level in Rust. + +Currently only supports x86, but x86_64 support isn't that far off. |