Projects

Filesystem Device Driver

A class project to create a distributed filesystem device driver to interact with a virtual disk based on user commands using the C programming language. Allows users to interact with files on a virtual disk with functions like open, close, read, write, seek.

Links:

Memory Allocator 

A class project to implement a memory allocator that supports both Buddy Allocation and Slab Allocation schemes.

Links:

Virtual Memory Manager

A class project to create an access control mechanism to manage virtual memory on limited physical memory using two different page replacement policies.

Links:

Room Scheduler Application 

A class project to create a room scheduling application for a fictional college using java.

Links:

Dungeon Crawler Game

A solo developed 2.5D roguelike dungeon crawler video game made in the Godot game engine.