summaryrefslogtreecommitdiff
path: root/experiments/.view
blob: b155075383417fdf2ad038bc8b5dc89c331b8252 (plain)
1
2
3
4
5
6
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>