xxyzz / ostep-hw

Operating Systems: Three Easy Pieces(OSTEP) homework and project solutions
GNU General Public License v3.0
763 stars 179 forks source link

typo in 5-4 #10

Closed donaldnevermore closed 3 years ago

xxyzz commented 3 years ago

Thanks, fixed in https://github.com/xxyzz/ostep-hw/commit/d4f4ecc74b6246c21cd3be0fcc74c5845ede28cf.

donaldnevermore commented 3 years ago

It looks overcomplicated to me. Maybe we should keep it simple and stupid. Leaving one exec and commenting the others will do the job.

xxyzz commented 3 years ago

It's straightforward to me, actually IDK why I wrote code beneath exec at first glance. And I want experiment more on my second try.