PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: barber

Introduction to Operating Systems

2 Introduction to Operating SystemsIf you are taking an undergraduate Operating Systems course, youshouldalready have some idea of what a computer program does when it not, this book (and the corresponding course) is going to be difficult so you should probably stop reading this book, or run to the near-est bookstore and quickly consume the necessary background materialbefore continuing (both Patt & Patel [PP03] and Bryant & O Hallaron[BOH10] are pretty great books).So what happens when a program runs?Well, a running program does one very simple thing: it executes in-structions. Many millions (and these days, even billions) of times ev-ery second, the processorfetchesan instruction from memory,decodesit ( , figures out which instruction this is), andexecutesit ( , it doesthe thing that it is supposed to do, like add two numbers together, accessmemory, check a condition, jump to a function, and so forth).

ory by calling malloc(). The output of this program can be found here: prompt> ./mem (2134) address pointed to by p: 0x200000 (2134) p: 1 (2134) p: 2 (2134) p: 3 (2134) p: 4 (2134) p: 5 ˆC c 2008–20, ARPACI-DUSSEAU THREE EASY PIECES

Loading..

Tags:

  Introduction, Output

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Introduction to Operating Systems

Related search queries