Skip to content

shravyataluka-codes/Java-Operating-Systems-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Java-Operating-Systems-Engineering

Small Java programs exploring operating system concepts.

Directory layout

concurrency/ producerconsumer – Producer/Consumer implementation using Java threads and wait/notify

deadlock/ (planned)

memory/ (planned)

scheduling/ (planned)

Build

This project uses Maven.

Compile:

mvn clean compile

Run tests:

mvn test

Requirements

  • Java 21
  • Maven

About

Operating system fundamentals and concurrency experiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors