Skip to content

Albatroce/my_read_iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_read_iso

What this is

This project is an implementation of the iso9660 filesystem bound to a microshell.

The available commands are:

  • help: display all the commands
  • info: display the information of the iso file
  • cd: change the current work directory
  • ls: display all files in the current work directory
  • cat: dumps the contents of the specified file on the standard output
  • get: copies a file from the iso filesystem to the local directory
  • quit: exits the shell

Usage

To run the project, simply call ./my_read_iso <iso file>.

How to compile

To compile the project, run make from the root directory.

About

A small utility to read an iso file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published