-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data/lab/arena
: Add challenges for data lab (arena)
#26
Conversation
5cedee1
to
feb2b14
Compare
A challenge to exercise working with mmap(). Signed-off-by: Razvan Deaconescu <[email protected]>
56fe558
to
2db4c3c
Compare
@StefanJum , @teodutu , @Alex-deVis , the rest of the checker errors are either stupid or difficult to handle in an elegant manner. I would leave them as such, and consider, at some point, working on them. Let's get this PR in and then we can discuss about them. |
Published at https://cs-pub-ro.github.io/operating-systems/26/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine, see the few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a very superficial look, the challenges, look interesting.
Will add the suggestions from @StefanJum then I'll approve the PR and merge it. |
A challenge to exercise working with mmap() and memory copying. Signed-off-by: Razvan Deaconescu <[email protected]>
A challenge to exercise mprotect() and an intro in SIGSEGV handling. Signed-off-by: Razvan Deaconescu <[email protected]>
Fix: "assignement" -> "assignment" Signed-off-by: Razvan Deaconescu <[email protected]>
2db4c3c
to
994f975
Compare
Add challenges for data lab, including checkers.