Skip to content

Laboratory of Operating Systems: repository for practice.

Notifications You must be signed in to change notification settings

SilvaMatteus/labso-lab-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xeu

Software to practice operating systems concepts, the Xeu is a command interpreter developed by @silvamatteus and @ffosilva. Note: the initial command parser code was written by @thiagomanel.

Features

The following features are implemented by Xeu:

  • Navigations between directories;
  • Pipes;
  • Running programs installed on the machine;
  • Redirect out(">");

How to build and run the code

Run the following commands:

make # builds the binary
./xeu # runs the binary

Using debug mode:

CXXFLAGS="-DDEBUG" make # builds the binary with debug mode enabled

About

Laboratory of Operating Systems: repository for practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published