Skip to content

My implementations of OSTEP projects (Operating Systems)

Notifications You must be signed in to change notification settings

boechat107/my-ostep-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My OSTEP Projects

My implementation of OSTEP projects (Operating Systems: Three Easy Pieces). These projects are part of OSSU's Operating Systems course roadmap.

Implementations

  • initial-utilities

    • wcat (C and Rust)
    • wgrep (C and Rust)
    • wzip and wunzip (C and Rust)
  • processes shell - wish

    • C (in progress)
    • Rust

Requirements

To compile C code:

  • c99 (C compiler)
  • make (for Makefile)

To compile Rust code:

  • rustc
  • cargo

About

My implementations of OSTEP projects (Operating Systems)

Topics

Resources

Stars

Watchers

Forks