Skip to content

javieracevedo/ostep-projects

Repository files navigation

OSTEP Projects

This are my solutions to the projects of Operating Systems: Three Easy Pieces (OSTEP)

C/Linux Projects

Initial Projects

  • Unix utilities

    • wcat: variant of the unix tool cat, reads a file and print it's content.
    • wgrep: variant of the unix tool grep, searches in a file line by line the occurence of a search term and prints the line if its found.
    • wzip: compresses a text file using the RLE compression algorithm.
    • wunzip: uncompresses text files compressed with the RLE compression algorithm.****
  • Others

    • reverse: reverses a file and writes it back to another file or stdout.
    • sort-text: sorts all lines in a stream, character by character and prints out the result to stdout or a file.

Processes and Scheduling

  • shell: simple shell (called wish) written in C.

Concurrency

  • TODO

File Systems

  • TODO

About

My solutions to the OSTEP book projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages