Update for Gasal 2019/2020.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2019-08-20 10:28:36 +07:00
parent 688e3cc310
commit c9c8fd91d2
3 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -24,7 +24,8 @@ include "../includes/courses.php";
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup A<br/>Hari Kamis<br/>Jam 13.30 - 16.20<br/>Ruang </p>
<p>Grup A<br/>Hari Kamis<br/>Jam 07.30 - 16.20</p>
<p>Grup C<br/>Hari Rabu<br/>Jam 13.30 - 16.20</p>
</aside>
</section>
<section class="classinfo">
@@ -32,7 +33,7 @@ include "../includes/courses.php";
<header>
<h1>PEMBERITAHUAN</h1>
</header>
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Operating System Concepts di setiap pertemuan</strong>. Tidak akan disediakan slide materi untuk perkuliahan ini, karena semua materi sudah ada di buku.</p>
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki akun Moodle.</p>
</section>
<section class="description">
<header>
@@ -57,7 +58,7 @@ include "../includes/courses.php";
<li>Main Memory</li>
<li>Virtual Memory</li>
<li>Mass-Storage Structure</li>
<li>File System Interface + Implementation</li>
<li>File System</li>
<li>Input/Output System</li>
<li>Virtual Machines</li>
<li>Special Topic</li>
@@ -69,7 +70,7 @@ include "../includes/courses.php";
<h1>REFERENSI</h1>
</header>
<ol>
<li><a href="http://www.os-book.com/">Operating System Concepts 9<sup>th</sup> Edition (Avi Silberschatz, Peter Baer Galvin, Greg Gagne - John Wiley &amp; Sons, Inc)</a></li>
<li><a href="http://www.os-book.com/">Operating System Concepts 10<sup>th</sup> Edition (Avi Silberschatz, Peter Baer Galvin, Greg Gagne - John Wiley &amp; Sons, Inc)</a></li>
</ol>
</section>
<?php