├── .gitignore ├── README.md ├── Virtual Memory Patch.docx ├── by-sa.pdf ├── distmid.tex ├── hail_f0101.pdf ├── hail_f0102.pdf ├── hail_f0201.pdf ├── hail_f0202.pdf ├── hail_f0205.pdf ├── hail_f0206.pdf ├── hail_f0208.pdf ├── hail_f0301.pdf ├── hail_f0302.pdf ├── hail_f0303.pdf ├── hail_f0304.pdf ├── hail_f0305.pdf ├── hail_f0306.pdf ├── hail_f0307.pdf ├── hail_f0309.pdf ├── hail_f0401.pdf ├── hail_f0404.pdf ├── hail_f0408.pdf ├── hail_f0412.pdf ├── hail_f0413.pdf ├── hail_f0414.pdf ├── hail_f0415.pdf ├── hail_f0416.pdf ├── hail_f0420.pdf ├── hail_f0422.pdf ├── hail_f0424.pdf ├── hail_f0501.pdf ├── hail_f0502.pdf ├── hail_f0503.pdf ├── hail_f0504.pdf ├── hail_f0505.pdf ├── hail_f0506.pdf ├── hail_f0507.pdf ├── hail_f0508.pdf ├── hail_f0509.pdf ├── hail_f0510.pdf ├── hail_f0511.pdf ├── hail_f0512.pdf ├── hail_f0513.pdf ├── hail_f0601.pdf ├── hail_f0602.pdf ├── hail_f0603.pdf ├── hail_f0604.pdf ├── hail_f0605.pdf ├── hail_f0606.pdf ├── hail_f0607.pdf ├── hail_f0608.pdf ├── hail_f0609.pdf ├── hail_f0610.pdf ├── hail_f0612.pdf ├── hail_f0613.pdf ├── hail_f0614.pdf ├── hail_f0616.pdf ├── hail_f0617.pdf ├── hail_f0618.pdf ├── hail_f0619.pdf ├── hail_f0708.pdf ├── hail_f0709.pdf ├── hail_f0713.pdf ├── hail_f0714.pdf ├── hail_f0715.pdf ├── hail_f0716.pdf ├── hail_f0718.pdf ├── hail_f0719.pdf ├── hail_f0801.pdf ├── hail_f0810.pdf ├── hail_f0811.pdf ├── hail_f0812.pdf ├── hail_f0813.pdf ├── hail_f0815.pdf ├── hail_f0816.pdf ├── hail_f0817.pdf ├── hail_f0901.pdf ├── hail_f0902.pdf ├── hail_f0903.pdf ├── hail_f0904.pdf ├── hail_f0905.pdf ├── hail_f0906.pdf ├── hail_f0909.pdf ├── hail_f0910.pdf ├── hail_f0911.pdf ├── hail_f0912.pdf ├── hail_f0913.pdf ├── hail_f0a01.pdf ├── hail_f1001.pdf ├── hail_f1002.pdf ├── hail_f1003.pdf ├── hail_f1004.pdf ├── hail_f1005.pdf ├── hail_f1101.pdf ├── hail_f1102.pdf ├── hail_f1103.pdf ├── hail_f1104.pdf ├── hail_f1107.pdf ├── intro.tex ├── makefile ├── networking.tex ├── os-book.bib ├── os-book.tex ├── persistence.tex ├── petra.pdf ├── preface.tex ├── processes.tex ├── scheduling.tex ├── security.tex ├── stacks.tex ├── synchronization.tex ├── threads.tex ├── transactions.tex ├── vm.tex └── web-site ├── 0-534-42369-8.jpg ├── Hailperin-pdf-figures.zip ├── Hailperin-programs.zip ├── about-the-cover.html ├── animated_gifs ├── hail_f0301.gif └── hail_f0302.gif ├── chapters ├── OSM_00_frontmatter.pdf ├── OSM_01_chapter_1.pdf ├── OSM_02_chapter_2.pdf ├── OSM_03_chapter_3.pdf ├── OSM_04_chapter_4.pdf ├── OSM_05_chapter_5.pdf ├── OSM_06_chapter_6.pdf ├── OSM_07_chapter_7.pdf ├── OSM_08_chapter_8.pdf ├── OSM_09_chapter_9.pdf ├── OSM_10_chapter_10.pdf ├── OSM_11_chapter_11.pdf ├── OSM_12_appendix_A.pdf ├── OSM_13_bibliography.pdf ├── OSM_14_index.pdf └── index.html ├── errata.html ├── free-osbook.pdf ├── index.html ├── osm-rev1.1-chapters ├── index.html ├── osm-rev1.1_00_frontmatter.pdf ├── osm-rev1.1_01_chapter_1.pdf ├── osm-rev1.1_02_chapter_2.pdf ├── osm-rev1.1_03_chapter_3.pdf ├── osm-rev1.1_04_chapter_4.pdf ├── osm-rev1.1_05_chapter_5.pdf ├── osm-rev1.1_06_chapter_6.pdf ├── osm-rev1.1_07_chapter_7.pdf ├── osm-rev1.1_08_chapter_8.pdf ├── osm-rev1.1_09_chapter_9.pdf ├── osm-rev1.1_10_chapter_10.pdf ├── osm-rev1.1_11_chapter_11.pdf ├── osm-rev1.1_12_appendix_A.pdf ├── osm-rev1.1_13_bibliography.pdf └── osm-rev1.1_14_index.pdf ├── osm-rev1.1-errata.html ├── osm-rev1.1-pdf-figures.zip ├── osm-rev1.1-programs.zip ├── osm-rev1.1.1.pdf ├── osm-rev1.1.1.zip ├── osm-rev1.1.2.pdf ├── osm-rev1.1.3.pdf ├── osm-rev1.1.4.pdf ├── osm-rev1.1.5.pdf ├── osm-rev1.1.6-pdf-figures.zip ├── osm-rev1.1.6.pdf ├── osm-rev1.1.pdf ├── osm-rev1.1.zip ├── osm-rev1.2.1.pdf ├── osm-rev1.2.pdf ├── osm-rev1.3.1-pdf-figures.zip ├── osm-rev1.3.1.pdf ├── osm-rev1.3.pdf ├── sitemap.xml ├── updates └── CFS.html └── version-numbering.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/README.md -------------------------------------------------------------------------------- /Virtual Memory Patch.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/Virtual Memory Patch.docx -------------------------------------------------------------------------------- /by-sa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/by-sa.pdf -------------------------------------------------------------------------------- /distmid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/distmid.tex -------------------------------------------------------------------------------- /hail_f0101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0101.pdf -------------------------------------------------------------------------------- /hail_f0102.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0102.pdf -------------------------------------------------------------------------------- /hail_f0201.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0201.pdf -------------------------------------------------------------------------------- /hail_f0202.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0202.pdf -------------------------------------------------------------------------------- /hail_f0205.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0205.pdf -------------------------------------------------------------------------------- /hail_f0206.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0206.pdf -------------------------------------------------------------------------------- /hail_f0208.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0208.pdf -------------------------------------------------------------------------------- /hail_f0301.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0301.pdf -------------------------------------------------------------------------------- /hail_f0302.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0302.pdf -------------------------------------------------------------------------------- /hail_f0303.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0303.pdf -------------------------------------------------------------------------------- /hail_f0304.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0304.pdf -------------------------------------------------------------------------------- /hail_f0305.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0305.pdf -------------------------------------------------------------------------------- /hail_f0306.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0306.pdf -------------------------------------------------------------------------------- /hail_f0307.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0307.pdf -------------------------------------------------------------------------------- /hail_f0309.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0309.pdf -------------------------------------------------------------------------------- /hail_f0401.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0401.pdf -------------------------------------------------------------------------------- /hail_f0404.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0404.pdf -------------------------------------------------------------------------------- /hail_f0408.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0408.pdf -------------------------------------------------------------------------------- /hail_f0412.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0412.pdf -------------------------------------------------------------------------------- /hail_f0413.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0413.pdf -------------------------------------------------------------------------------- /hail_f0414.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0414.pdf -------------------------------------------------------------------------------- /hail_f0415.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0415.pdf -------------------------------------------------------------------------------- /hail_f0416.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0416.pdf -------------------------------------------------------------------------------- /hail_f0420.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0420.pdf -------------------------------------------------------------------------------- /hail_f0422.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0422.pdf -------------------------------------------------------------------------------- /hail_f0424.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0424.pdf -------------------------------------------------------------------------------- /hail_f0501.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0501.pdf -------------------------------------------------------------------------------- /hail_f0502.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0502.pdf -------------------------------------------------------------------------------- /hail_f0503.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0503.pdf -------------------------------------------------------------------------------- /hail_f0504.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0504.pdf -------------------------------------------------------------------------------- /hail_f0505.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0505.pdf -------------------------------------------------------------------------------- /hail_f0506.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0506.pdf -------------------------------------------------------------------------------- /hail_f0507.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0507.pdf -------------------------------------------------------------------------------- /hail_f0508.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0508.pdf -------------------------------------------------------------------------------- /hail_f0509.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0509.pdf -------------------------------------------------------------------------------- /hail_f0510.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0510.pdf -------------------------------------------------------------------------------- /hail_f0511.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0511.pdf -------------------------------------------------------------------------------- /hail_f0512.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0512.pdf -------------------------------------------------------------------------------- /hail_f0513.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0513.pdf -------------------------------------------------------------------------------- /hail_f0601.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0601.pdf -------------------------------------------------------------------------------- /hail_f0602.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0602.pdf -------------------------------------------------------------------------------- /hail_f0603.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0603.pdf -------------------------------------------------------------------------------- /hail_f0604.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0604.pdf -------------------------------------------------------------------------------- /hail_f0605.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0605.pdf -------------------------------------------------------------------------------- /hail_f0606.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0606.pdf -------------------------------------------------------------------------------- /hail_f0607.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0607.pdf -------------------------------------------------------------------------------- /hail_f0608.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0608.pdf -------------------------------------------------------------------------------- /hail_f0609.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0609.pdf -------------------------------------------------------------------------------- /hail_f0610.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0610.pdf -------------------------------------------------------------------------------- /hail_f0612.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0612.pdf -------------------------------------------------------------------------------- /hail_f0613.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0613.pdf -------------------------------------------------------------------------------- /hail_f0614.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0614.pdf -------------------------------------------------------------------------------- /hail_f0616.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0616.pdf -------------------------------------------------------------------------------- /hail_f0617.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0617.pdf -------------------------------------------------------------------------------- /hail_f0618.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0618.pdf -------------------------------------------------------------------------------- /hail_f0619.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0619.pdf -------------------------------------------------------------------------------- /hail_f0708.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0708.pdf -------------------------------------------------------------------------------- /hail_f0709.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0709.pdf -------------------------------------------------------------------------------- /hail_f0713.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0713.pdf -------------------------------------------------------------------------------- /hail_f0714.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0714.pdf -------------------------------------------------------------------------------- /hail_f0715.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0715.pdf -------------------------------------------------------------------------------- /hail_f0716.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0716.pdf -------------------------------------------------------------------------------- /hail_f0718.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0718.pdf -------------------------------------------------------------------------------- /hail_f0719.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0719.pdf -------------------------------------------------------------------------------- /hail_f0801.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0801.pdf -------------------------------------------------------------------------------- /hail_f0810.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0810.pdf -------------------------------------------------------------------------------- /hail_f0811.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0811.pdf -------------------------------------------------------------------------------- /hail_f0812.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0812.pdf -------------------------------------------------------------------------------- /hail_f0813.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0813.pdf -------------------------------------------------------------------------------- /hail_f0815.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0815.pdf -------------------------------------------------------------------------------- /hail_f0816.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0816.pdf -------------------------------------------------------------------------------- /hail_f0817.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0817.pdf -------------------------------------------------------------------------------- /hail_f0901.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0901.pdf -------------------------------------------------------------------------------- /hail_f0902.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0902.pdf -------------------------------------------------------------------------------- /hail_f0903.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0903.pdf -------------------------------------------------------------------------------- /hail_f0904.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0904.pdf -------------------------------------------------------------------------------- /hail_f0905.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0905.pdf -------------------------------------------------------------------------------- /hail_f0906.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0906.pdf -------------------------------------------------------------------------------- /hail_f0909.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0909.pdf -------------------------------------------------------------------------------- /hail_f0910.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0910.pdf -------------------------------------------------------------------------------- /hail_f0911.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0911.pdf -------------------------------------------------------------------------------- /hail_f0912.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0912.pdf -------------------------------------------------------------------------------- /hail_f0913.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0913.pdf -------------------------------------------------------------------------------- /hail_f0a01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f0a01.pdf -------------------------------------------------------------------------------- /hail_f1001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1001.pdf -------------------------------------------------------------------------------- /hail_f1002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1002.pdf -------------------------------------------------------------------------------- /hail_f1003.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1003.pdf -------------------------------------------------------------------------------- /hail_f1004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1004.pdf -------------------------------------------------------------------------------- /hail_f1005.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1005.pdf -------------------------------------------------------------------------------- /hail_f1101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1101.pdf -------------------------------------------------------------------------------- /hail_f1102.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1102.pdf -------------------------------------------------------------------------------- /hail_f1103.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1103.pdf -------------------------------------------------------------------------------- /hail_f1104.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1104.pdf -------------------------------------------------------------------------------- /hail_f1107.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/hail_f1107.pdf -------------------------------------------------------------------------------- /intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/intro.tex -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/makefile -------------------------------------------------------------------------------- /networking.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/networking.tex -------------------------------------------------------------------------------- /os-book.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/os-book.bib -------------------------------------------------------------------------------- /os-book.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/os-book.tex -------------------------------------------------------------------------------- /persistence.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/persistence.tex -------------------------------------------------------------------------------- /petra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/petra.pdf -------------------------------------------------------------------------------- /preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/preface.tex -------------------------------------------------------------------------------- /processes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/processes.tex -------------------------------------------------------------------------------- /scheduling.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/scheduling.tex -------------------------------------------------------------------------------- /security.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/security.tex -------------------------------------------------------------------------------- /stacks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/stacks.tex -------------------------------------------------------------------------------- /synchronization.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/synchronization.tex -------------------------------------------------------------------------------- /threads.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/threads.tex -------------------------------------------------------------------------------- /transactions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/transactions.tex -------------------------------------------------------------------------------- /vm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/vm.tex -------------------------------------------------------------------------------- /web-site/0-534-42369-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/0-534-42369-8.jpg -------------------------------------------------------------------------------- /web-site/Hailperin-pdf-figures.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/Hailperin-pdf-figures.zip -------------------------------------------------------------------------------- /web-site/Hailperin-programs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/Hailperin-programs.zip -------------------------------------------------------------------------------- /web-site/about-the-cover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/about-the-cover.html -------------------------------------------------------------------------------- /web-site/animated_gifs/hail_f0301.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/animated_gifs/hail_f0301.gif -------------------------------------------------------------------------------- /web-site/animated_gifs/hail_f0302.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/animated_gifs/hail_f0302.gif -------------------------------------------------------------------------------- /web-site/chapters/OSM_00_frontmatter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_00_frontmatter.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_01_chapter_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_01_chapter_1.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_02_chapter_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_02_chapter_2.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_03_chapter_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_03_chapter_3.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_04_chapter_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_04_chapter_4.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_05_chapter_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_05_chapter_5.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_06_chapter_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_06_chapter_6.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_07_chapter_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_07_chapter_7.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_08_chapter_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_08_chapter_8.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_09_chapter_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_09_chapter_9.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_10_chapter_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_10_chapter_10.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_11_chapter_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_11_chapter_11.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_12_appendix_A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_12_appendix_A.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_13_bibliography.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_13_bibliography.pdf -------------------------------------------------------------------------------- /web-site/chapters/OSM_14_index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/OSM_14_index.pdf -------------------------------------------------------------------------------- /web-site/chapters/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/chapters/index.html -------------------------------------------------------------------------------- /web-site/errata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/errata.html -------------------------------------------------------------------------------- /web-site/free-osbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/free-osbook.pdf -------------------------------------------------------------------------------- /web-site/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/index.html -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/index.html -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_00_frontmatter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_00_frontmatter.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_01_chapter_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_01_chapter_1.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_02_chapter_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_02_chapter_2.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_03_chapter_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_03_chapter_3.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_04_chapter_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_04_chapter_4.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_05_chapter_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_05_chapter_5.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_06_chapter_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_06_chapter_6.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_07_chapter_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_07_chapter_7.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_08_chapter_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_08_chapter_8.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_09_chapter_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_09_chapter_9.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_10_chapter_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_10_chapter_10.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_11_chapter_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_11_chapter_11.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_12_appendix_A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_12_appendix_A.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_13_bibliography.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_13_bibliography.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-chapters/osm-rev1.1_14_index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-chapters/osm-rev1.1_14_index.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1-errata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-errata.html -------------------------------------------------------------------------------- /web-site/osm-rev1.1-pdf-figures.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-pdf-figures.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.1-programs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1-programs.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.1.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.1.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.2.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.3.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.4.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.5.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.6-pdf-figures.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.6-pdf-figures.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.1.6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.6.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.1.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.2.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.2.1.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.2.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.3.1-pdf-figures.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.3.1-pdf-figures.zip -------------------------------------------------------------------------------- /web-site/osm-rev1.3.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.3.1.pdf -------------------------------------------------------------------------------- /web-site/osm-rev1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/osm-rev1.3.pdf -------------------------------------------------------------------------------- /web-site/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/sitemap.xml -------------------------------------------------------------------------------- /web-site/updates/CFS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/updates/CFS.html -------------------------------------------------------------------------------- /web-site/version-numbering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Max-Hailperin/Operating-Systems-and-Middleware--Supporting-Controlled-Interaction/HEAD/web-site/version-numbering.html --------------------------------------------------------------------------------