<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Operating_Systems_2021F_Lecture_20</id>
	<title>Operating Systems 2021F Lecture 20 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Operating_Systems_2021F_Lecture_20"/>
	<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems_2021F_Lecture_20&amp;action=history"/>
	<updated>2026-04-06T04:46:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems_2021F_Lecture_20&amp;diff=23564&amp;oldid=prev</id>
		<title>Soma: Created page with &quot;==Video==  Video from the lecture given on November 30, 2021 is now available: * [https://homeostasis.scs.carleton.ca/~soma/os-2021f/lectures/comp3000-2021f-lec20-20211130.m4v...&quot;</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems_2021F_Lecture_20&amp;diff=23564&amp;oldid=prev"/>
		<updated>2021-11-30T20:26:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Video==  Video from the lecture given on November 30, 2021 is now available: * [https://homeostasis.scs.carleton.ca/~soma/os-2021f/lectures/comp3000-2021f-lec20-20211130.m4v...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Video==&lt;br /&gt;
&lt;br /&gt;
Video from the lecture given on November 30, 2021 is now available:&lt;br /&gt;
* [https://homeostasis.scs.carleton.ca/~soma/os-2021f/lectures/comp3000-2021f-lec20-20211130.m4v video]&lt;br /&gt;
* [https://homeostasis.scs.carleton.ca/~soma/os-2021f/lectures/comp3000-2021f-lec20-20211130.cc.vtt auto-generated captions]&lt;br /&gt;
Video is also available through Brightspace (Resources-&amp;gt;Class zoom meetings-&amp;gt;Cloud Recordings tab)&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Lecture 20&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
 - for A3Q6, if you reported the results of a reasonable experiment&lt;br /&gt;
   you can get full credit even if you got the wrong answer&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Holes&amp;quot; in UNIX files&lt;br /&gt;
 - why allocate blocks that are storing all 0&amp;#039;s (null bytes)?&lt;br /&gt;
 - If you write zeros to a file, it will take up space&lt;br /&gt;
 - however, if you seek past the end of a file and then write,&lt;br /&gt;
   the space in between will become a &amp;quot;hole&amp;quot; which logically has&lt;br /&gt;
   null bytes but takes up no space on disk&lt;br /&gt;
&lt;br /&gt;
in the Linux kernel, processes and kernel threads are represented&lt;br /&gt;
as &amp;quot;tasks&amp;quot;&lt;br /&gt;
  - something that can be scheduled to run on the CPU&lt;br /&gt;
&lt;br /&gt;
If you want to do something in kernel space that you know how to do from userspace using system calls&lt;br /&gt;
 - look at how the system call is implemented&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Soma</name></author>
	</entry>
</feed>