SWE3004S16.Overview History

Hide minor edits - Show changes to output

June 08, 2016, at 02:57 AM by 115.145.179.182 -
Deleted lines 38-41:
** Project 0: 5%
** Project 1: 10%
** Project 2: 15%
** Project 3: 25%
March 09, 2016, at 06:52 AM by 115.145.179.147 -
Changed line 9 from:
20:00 - 21:00 (Tuesday, Lab class)
to:
20:00 - 22:00 (Tuesday, Lab class)
March 09, 2016, at 06:46 AM by 115.145.179.147 -
Changed lines 8-9 from:
13:30 - 14:45 (Wednesday) 20:00 - 21:00 (Tuesday, Lab class)
to:
13:30 - 14:45 (Wednesday)\\
20:00 - 21:00 (Tuesday, Lab class)
March 09, 2016, at 06:46 AM by 115.145.179.147 -
Changed lines 8-9 from:
13:30 - 14:45 (Wednesday)
20:00 - 21:00 (Tuesday, Lab class)
to:
13:30 - 14:45 (Wednesday) 20:00 - 21:00 (Tuesday, Lab class)
March 09, 2016, at 06:45 AM by 115.145.179.147 -
Added line 9:
20:00 - 21:00 (Tuesday, Lab class)
March 02, 2016, at 04:15 AM by 115.145.179.182 -
Changed line 45 from:
* TBD
to:
* Kisik Jeong (ertw9622 at gmail dot com)
March 02, 2016, at 04:14 AM by 115.145.179.182 -
Changed line 17 from:
(:cell valign=top :) This course covers topics on general operating system concepts such as process management, memory management, I/O systems, and file systems, with the in-depth study on the latest Linux operating system. In addition, students are required to perform several hands-on projects with the Pintos instructional OS.
to:
(:cell valign=top :) This course covers topics on general operating system concepts such as process management, memory management, I/O systems, and file systems, with the in-depth study on the latest Linux operating system. In addition, students are required to perform several hands-on projects with the xv6 instructional OS.
January 16, 2016, at 04:33 PM by 115.145.179.182 -
Changed lines 7-8 from:
(:cell valign=top :) 16:30 - 17:45 (Monday), 13:30 - 14:45 (Wednesday)
to:
(:cell valign=top :) 16:30 - 17:45 (Monday)\\
13:30 - 14:45 (Wednesday)
January 16, 2016, at 07:50 AM by 115.145.179.182 -
Changed line 26 from:
* Richard McDougall and Jim Mauro, [[http://www.solarisinternals.com|''Solaris Internals'']], Second Edition, Sun Microsystems, Inc. 2007.
to:
* Richard McDougall and Jim Mauro, [[http://www.oracle.com/technetwork/server-storage/solaris/solaris-internals-137242.html|''Solaris Internals'']], Second Edition, Sun Microsystems, Inc. 2006.
January 16, 2016, at 07:49 AM by 115.145.179.182 -
Changed line 27 from:
* Randal E. Bryant and David R. O'Hallaron, [[http://csapp.cs.cmu.edu|''Computer Systems: A Programmer's Perspective'']], Second Edition, Pearson Education, Inc., 2011.
to:
* Randal E. Bryant and David R. O'Hallaron, [[http://csapp.cs.cmu.edu|''Computer Systems: A Programmer's Perspective'']], Third Edition, Pearson Education, Inc., 2015.
January 16, 2016, at 07:47 AM by 115.145.179.182 -
Added lines 1-48:
!! SWE3004: Operating Systems (Spring 2016)\\

!!! [General information]

(:table border=0 width=90% align=left :)
(:cellnr width=15% valign=top :) '''When:'''
(:cell valign=top :) 16:30 - 17:45 (Monday), 13:30 - 14:45 (Wednesday)
(:cellnr valign=top :) '''Where:'''
(:cell valign=top :) Lecture room #330110, Semiconductor Building
(:cellnr valign=top :) '''Instructor:'''
(:cell valign=bottom :) [[http://csl.skku.edu/jinsoo|Jin-Soo Kim]] \\
Professor\\
[[http://csl.skku.edu|Computer Systems Laboratory]]
(:cellnr valign=top :) '''Course'''\\
'''Description:'''
(:cell valign=top :) This course covers topics on general operating system concepts such as process management, memory management, I/O systems, and file systems, with the in-depth study on the latest Linux operating system. In addition, students are required to perform several hands-on projects with the Pintos instructional OS.
(:cellnr valign=top :) '''Textbook:'''
(:cell valign=top :)
* Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, "[[http://pages.cs.wisc.edu/~remzi/OSTEP|Operating Systems: Three Easy Pieces]]," Arpaci-Dusseau Books, March 2015 (Version 0.90)
(:cellnr valign=top :) '''References:'''
(:cell valign=top :)
* Avi Silberschatz, Peter B. Galvin, and Greg Gagne, [[http://www.os-book.com/|''Operating System Concepts'']], 9th Edition, John Wiley & Sons, Inc. 2012.
* Andrew S. Tanenbaum, [[http://www.cs.vu.nl/~ast/books/mos2/|''Modern Operating Systems'']], 2nd Edition, Prentice-Hall, Inc. 2001.
* Daniel P. Bovet and Marco Cesati, [[http://www.oreilly.com/catalog/understandlk/index.html|''Understanding the Linux Kernel'']], Third Edition, O'Reilly & Associates, Inc. 2005.
* Mark E. Russinovich, David A. Solomon, and Alex Ionescu, [[http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx|''Windows Internals'']], Sixth Edition, Microsoft Press, 2012.
* Richard McDougall and Jim Mauro, [[http://www.solarisinternals.com|''Solaris Internals'']], Second Edition, Sun Microsystems, Inc. 2007.
* Randal E. Bryant and David R. O'Hallaron, [[http://csapp.cs.cmu.edu|''Computer Systems: A Programmer's Perspective'']], Second Edition, Pearson Education, Inc., 2011.
(:cellnr valign=top :) '''Prerequisites:'''
(:cell valign=top :)
* SWE2001: System Program\\
(or CSE2003: System programming)
* ICE3003: Computer Architecture (Recommended)
(:cellnr valign=top :) '''Grading:'''
(:cell valign=top :) (Subject to change)
* Class attendance: 10%
* Projects: 55%
** Project 0: 5%
** Project 1: 10%
** Project 2: 15%
** Project 3: 25%
* Exams: 35%
(:cellnr valign=top :) '''Teaching Assistants:'''
(:cell valign=top :)
* TBD
(:tableend:)

[[<<]]\\