Operating Systems 2017F Lecture 19: Difference between revisions
HebaJallad (talk | contribs) No edit summary |
|||
Line 4: | Line 4: | ||
Sample <br> | Sample <br> | ||
sample<br> | sample<br> | ||
=== Additional Notes === | |||
Where's main? | |||
* lots of program shave "main" functions - a function that runs first and controls the execution of the program | |||
* Do these have "main" functions? | |||
** Linux kernel modules | |||
** FUSE applications? | |||
** the linux kernel? | |||
** node web applications |
Revision as of 18:31, 21 November 2017
[Notes]
Sample
sample
Additional Notes
Where's main?
- lots of program shave "main" functions - a function that runs first and controls the execution of the program
- Do these have "main" functions?
- Linux kernel modules
- FUSE applications?
- the linux kernel?
- node web applications