context: os dev concepts 95% done
* still missing code snippets for the procedure call example
This commit is contained in:
parent
83c5540a42
commit
79a1b918d6
11 changed files with 561 additions and 465 deletions
|
@ -392,15 +392,15 @@
|
|||
\newglossaryentry{app}{
|
||||
name = software-application,
|
||||
description = {%
|
||||
A bundle of one or multiples \gls{program} intended to solve a specific use-case.
|
||||
A bundle of one or multiple programs with a common use-case that can be run on an \gls{os}.
|
||||
}
|
||||
}
|
||||
|
||||
\newglossaryentry{task}{
|
||||
name = task
|
||||
, description = {%
|
||||
Generic term for any unit of work.
|
||||
In the context of this thesis, it may be used for any of \glsentrytext{program}, \glsentrytext{process}, \glsentrytext{thread}, \glsentrytext{app}.
|
||||
Generic term for any unit of work to be executed on the.
|
||||
In the context of this thesis, it may be used for any of \glsentrytext{program}, \glsentrytext{process}, \glsentrytext{thread}.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue