diff options
Diffstat (limited to 'experiments/.view')
| -rw-r--r-- | experiments/.view | 7 |
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 |
