summaryrefslogtreecommitdiff
path: root/experiments/.view
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-09-01 23:32:15 +0200
committerAlejandro Sior <aho@sior.be>2022-09-01 23:32:15 +0200
commit4c0c4ec5a296c9203f298edf894b91b3f94fca38 (patch)
tree944a65bc3d7545f59a909359f2845d643724ebc5 /experiments/.view
parent596987cd4f99caea5f4cbacd8242ba152368d175 (diff)
aosync.me: update experiments, add bsfs
Diffstat (limited to 'experiments/.view')
-rw-r--r--experiments/.view7
1 files changed, 7 insertions, 0 deletions
diff --git a/experiments/.view b/experiments/.view
new file mode 100644
index 0000000..b155075
--- /dev/null
+++ b/experiments/.view
@@ -0,0 +1,7 @@
+<h3>My projects</h3>
+
+<p>I tend to be interested in low level programming and distributed systems.</p>
+
+<p>Recently, two of my projects were <a href="https://github.com/aosync/bsfs">bsfs</a>, a unix-inspired filesystem format made from scratch, and <a href="https://github.com/aosync/boot">boot</a>, a x86_64 bootloader capable of booting kernels off of a bsfs filesystem. These two experiments are really inspiring to me and I would like to explore the prospect of making a full-blown system further.</p>
+
+<p>One of my favourite aspects of low-level/systems programming is how the programmer typically gets to design abstractions over how the hardware works into a coherent and portable interface.</p> \ No newline at end of file