forked from open-education-hub/operating-systems
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit restructures the IO chapter according to OpenEdu methodology. This comprises of: - refactoring and changing the order of chapters - generating support files from solution - breaking arena into smaller sections - fixing Makefiles from tasks to be self-contained Signed-off-by: Mihnea Firoiu <[email protected]> Signed-off-by: Alex Apostolescu <[email protected]> solve checkpatch
- Loading branch information
1 parent
e041954
commit 965059c
Showing
551 changed files
with
10,170 additions
and
13,893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"editor.formatOnSave": false | ||
} |
2 changes: 1 addition & 1 deletion
2
chapters/compute/copy-on-write/drills/tasks/shared-memory/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 0 additions & 114 deletions
114
chapters/compute/copy-on-write/drills/tasks/shared-memory/solution/utils/sock/sock_util.c
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
chapters/compute/copy-on-write/drills/tasks/shared-memory/solution/utils/sock/sock_util.h
This file was deleted.
Oops, something went wrong.
114 changes: 0 additions & 114 deletions
114
chapters/compute/copy-on-write/drills/tasks/shared-memory/support/utils/sock/sock_util.c
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
chapters/compute/copy-on-write/drills/tasks/shared-memory/support/utils/sock/sock_util.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.