JaredsOSToolbox
A collection of programs pertaining to operating system development, such as schedulers, memory managers, command line tools, and Linux kernel modules
Pinned Repositories
AssemblerPrograms
Small x86_64 programs I made
backlight
A CLI tool to change your screen's brightness
BankersAlgorithm
Deadlock avoidance simulation written in C/C++
C-Programming
C Programs for CS 223C at California State University Fullerton
curlWrapper
Delta
Diff written in C from the ground up
Jiffies-Kernel-Module
Simple Linux kernel module
OperatingSystemConcepts
CS 351 course work from California State University Fullerton
shed
A lightweight shell written in C
SpectreMeltdownPaper
A paper on the effects of Spectre and Meltdown
JaredsOSToolbox's Repositories
JaredsOSToolbox/AssemblerPrograms
Small x86_64 programs I made
JaredsOSToolbox/backlight
A CLI tool to change your screen's brightness
JaredsOSToolbox/BankersAlgorithm
Deadlock avoidance simulation written in C/C++
JaredsOSToolbox/C-Programming
C Programs for CS 223C at California State University Fullerton
JaredsOSToolbox/curlWrapper
JaredsOSToolbox/Delta
Diff written in C from the ground up
JaredsOSToolbox/Jiffies-Kernel-Module
Simple Linux kernel module
JaredsOSToolbox/OperatingSystemConcepts
CS 351 course work from California State University Fullerton
JaredsOSToolbox/shed
A lightweight shell written in C
JaredsOSToolbox/SpectreMeltdownPaper
A paper on the effects of Spectre and Meltdown
JaredsOSToolbox/Vroom
Virtual Memory Manager written in C++