docs: ftok clarification & updated gitignore
This commit is contained in:
parent
dfc4d63985
commit
d85cf11754
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,6 +30,7 @@
|
|||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
|
out/
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
**Criteria 3:**
|
**Criteria 3:**
|
||||||
|
|
||||||
- Init should attach to the shared memory created by the scheduler process (`shmat` and related syscalls, hardcoded to any unique key of choice -> `ftok` syscall is a clean way to accomplish this)
|
- Init should attach to the shared memory created by the scheduler process (`shmat` and related syscalls, any unique key of choice -> `ftok` syscall is a clean way to accomplish this)
|
||||||
- Init should write random numbers from P1-P4 into the shared memory
|
- Init should write random numbers from P1-P4 into the shared memory
|
||||||
|
|
||||||
**Termination:**
|
**Termination:**
|
||||||
|
Loading…
Reference in New Issue
Block a user