I have been programming for 15 years.
- ๐ญ Iโm currently working on my B+Tree filesystem
- ๐ฌ Ask me about Mach Ports
- ๐ซ How to reach me: gabeb1277@gmail.com
- ๐ Pronouns: he/him
Check out my Gists
I have been programming for 15 years.
Check out my Gists
# Porting my filesystem project to other operating systems
When I was taking a course on Operating Systems at my university, I visited the professor during his office hours, and he had suggested that I build a B-Tree filesystem.
So, I took his advice. I decided to build a full implementation with a block cache that is allocated dynamically based upon the available system RAM. I also wanted to take into account security measures.
# How to run sway using CPU acceleration on OpenBSD for systems without supported GPUs
I currently own two ARM64 machines with OpenBSD installed: a ThinkPad X13s and an M1 MacBook Air. The GPUs of both of these devices are currently unsupported on OpenBSD.
That being said, I have a preference for [sway](https://swaywm.org) as my window manager. Thus, I wanted to try to find a way to be able to run it anyways using CPU acceleration.
Forked from BuLogics/libMSP430
Fork-and-fix of the TI MSP430 Programmer library
C