theQmech / cs333_os_labs

Submissions for CS333: Operating Systems Lab, IIT Bombay
4 stars 0 forks source link

Command Parsing #1

Closed theQmech closed 7 years ago

theQmech commented 8 years ago

@trueutkarsh dude, i'm not really happy with the way I'm handling different cases of command(piping etc.). Its not just clean.

Should we implement the struct cmd as in sh.c in the xv6 code? Or is it just not worth the effort?

trueutkarsh commented 8 years ago

I was going to talk to you about the same. Our code structure is very bad. Let's work on individual functions as of now, then we'll restructure every thing by collabrating. It's definitely worth the effort !