Skip to content

tatathk/CS2106-process-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##CS2106 Project: Process and Resource Management

Implement a portion of the kernel that deals with management of processes and resources.

Implement the following:

  • Process: create/destroy
  • Resource: request/release
  • Time-out interrupt
  • A presentation shell

Build it in whatever language you want. (So I chose Go)

Matriculation number: U096996N
CS2106 Project Assignment 1
This program is written in Go r60.3.
Compiled using the 6g compiler version release.r60.3 9516+ on Darwin

Usage:

./6.out      (file mode)
./6.out -t   (REPL mode)

About

Programming Assignment: implement a simplified process and resource manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published