Skip to content

qinacme/myShellInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

myShellInterpreter

This is the repo for my operating system course.

Deadline

May 15th, 2016

Requirements

  1. Read shell commands from named pipe and process them.
  2. Get pipe name from commandline
  3. Use fork-exec-waitpid-exit model, and corresponding system calls.
  4. Support commandline pipe(Optional)
  5. Support relocation
  6. Support common internal command (at least cd, pwd, exit)
  7. Support outer commands

Upload Standards

  1. Upload source code
  2. Upload Experiment Report, including runtime snapshot and implementation analysis.

About

This is the repo for my operating system course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages