Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 418 Bytes

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