Skip to content

A collection of standalone systems programming projects written in C, covering filesystems to networking. All projects are designed to build and run on Linux.

Notifications You must be signed in to change notification settings

JeffLepp/systems-programming-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems Programming Projects (C)

This directory contains multiple standalone systems programming projects written in C. Each subdirectory is an independent project with its own build and run instructions. Written during Fall of 2025 for my systems course.

The projects focus on core operating systems and networking concepts, including:

  • Filesystem data structures
  • CPU cache simulation
  • Process scheduling
  • Linux kernel modules
  • HTTP proxying with sockets

All projects were developed and tested on Linux. Each project directory includes a README describing what it does and how to build and run it.

About

A collection of standalone systems programming projects written in C, covering filesystems to networking. All projects are designed to build and run on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages