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
Shell
# Porting my filesystem project to other operating systemsWhen 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 GPUsI 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.
Adding multithreading to the filesystem
C
Forked from BuLogics/libMSP430
Fork-and-fix of the TI MSP430 Programmer library
C
There was an error while loading. Please reload this page.