Categorygithub.com/codeBender31/Shell_In_Golang
repository
0.0.0-20240506041748-cce4e6a4b126
Repository: https://github.com/codebender31/shell_in_golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Project Files CSCE 4600

golangci-lint Coverage

Operating Systems

Concepts in operating system analysis and design. General topics of process, resource and file management are presented and analyzed in the context of different system architectures and performance constraints.

Project 1: Process Scheduler

You can't take an operating systems class without programming a process scheduler. It's against the Geneva code or something. Design a program that implements several different CPU scheduling algorithms.

Project 2: Shell Builtins

A twist on a classic "build your own shell". The very basic shell is already written, but you will choose five (5) shell builtins (or shell-adjacent) commands to rewrite into Go, and integrate into the Go shell.