Skip to content

A shell within the XV6 operating system to handle basic commands, multiple pipes and I/O redirection.

Notifications You must be signed in to change notification settings

eschalnajmi/Xv6-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Xv6 Shell

A shell able to take simple commands within the Xv6 operating system.

Description

This shell is able to carry out simple commands such as ls, cd & echo. The shell is also able to handle input output redirection and multiple pipes.

Getting Started

Dependencies

  • Xv6

Executing program

How to run the program

make qemu
my_shell

About

A shell within the XV6 operating system to handle basic commands, multiple pipes and I/O redirection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages