No skills involved
Posts with the tag arm:
ARM CPU exceptions in Tamago
2020-07-14
1137 words
learning
arm
go
During my journey through the ARMv7 architecture, I came across a really neat way of assigning exception handlers used in the Tamago Go compiler.
TEEtcd: an experiment with etcd and secure storage
2020-06-17
2103 words
learning
arm
optee
trustzone
etcd
go
etcd is a very complex yet amazing piece of software which accomplish the seemingly dumb task of keeping key-value pairs, both in memory and on disk - in this post, I’m tackling the disk persistence layer.