aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-08 13:31:20 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-08 13:31:20 +0200
commit383e55e6bb725a01f652a9fb74f6103b2c789793 (patch)
treed5ce2f92a5f5545a2203d4dbfbf9b8fd8caa7584 /TODO.txt
parent5c335752c4fb7e472d68b2b2731c3674a10cbd97 (diff)
downloadkmi-383e55e6bb725a01f652a9fb74f6103b2c789793.tar.gz
kmi-383e55e6bb725a01f652a9fb74f6103b2c789793.zip
Added some C11 atomic operations
Mainly to be used in spinlocks etc.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 29252d0..3691a68 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -18,3 +18,5 @@ init from vmem when jumping to vmem
+ should probably come up with some kind of general error handling scheme?
+ Fix unmap/map_vmem when called from virtual memory
+
++ Investigate GCC/Clang builtin atomic operations?