SSE3044F10.Resources History

Show minor edits - Show changes to output

September 14, 2010, at 04:36 PM by 115.145.212.145 -
Changed line 25 from:
** Installing and running Linux: [[Attach:SKKULUG 2010_01 Linux is easy.pdf|Linux is easy.pdf]] (by SKKULUG, 2010)
to:
** Installing and running Linux: [[Attach:SKKULUG 2010_01 Linux is easy.pdf|Linux is easy.pdf]] (by SKKULUG, Korean, 2010)
September 14, 2010, at 04:35 PM by 115.145.212.145 -
Added lines 23-25:

* Linux
** Installing and running Linux: [[Attach:SKKULUG 2010_01 Linux is easy.pdf|Linux is easy.pdf]] (by SKKULUG, 2010)
Changed line 30 from:
** subversion: [[http://subversion.apache.org|Apache Subversion]] ([[http://svnbook.red-bean.com/|online book)]]
to:
** subversion: [[http://subversion.apache.org|Apache Subversion]] ([[http://svnbook.red-bean.com/|online book]])
Changed line 30 from:
** subversion: [[http://subversion.apache.org|Apache Subversion]]
to:
** subversion: [[http://subversion.apache.org|Apache Subversion]] ([[http://svnbook.red-bean.com/|online book)]]
Added line 30:
** subversion: [[http://subversion.apache.org|Apache Subversion]]
August 29, 2010, at 01:12 PM by 115.145.212.145 -
Changed line 6 from:
** [[Attach:pintos.tar.gz|Pintos Source Codes]]
to:
** [[Attach:pintos.tar.gz|Pintos Source Codes]] (local copy)
Changed line 8 from:
** [[Attach:pintos.pdf|Pintos Documentation]] (in PDF)
to:
** [[Attach:pintos.pdf|Pintos Documentation in PDF]] (local copy)
August 29, 2010, at 01:06 PM by 115.145.212.145 -
Changed line 15 from:
*** [[http://http://www.stanford.edu/class/cs140/projects/pintos/pintos_9.html#SEC139|Project Documentation]]
to:
*** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos_9.html#SEC139|Project Documentation]]
August 26, 2010, at 08:40 AM by 115.145.212.145 -
Added lines 1-2:
!! SSE3044: Operating Systems (Fall 2010)
August 26, 2010, at 08:40 AM by 115.145.212.145 -
Added lines 1-30:
!!! [Resources]

* Pintos
** [[Attach:pintos.tar.gz|Pintos Source Codes]]
** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos.html|Pintos Documentation]]
** [[Attach:pintos.pdf|Pintos Documentation]] (in PDF)
** [[http://cs140.stanford.edu|Stanford Operating Systems Course Homepage (CS140)]]
** Basic materials you need to study before starting any project:
*** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos_1.html#SEC2|Getting Started]]
*** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos_12.html#SEC164|Installing Pintos]]
*** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos_11.html#SEC156|Development Tools]]
*** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos_10.html#SEC142|Debugging Tools]]
*** [[http://http://www.stanford.edu/class/cs140/projects/pintos/pintos_9.html#SEC139|Project Documentation]]

* Bochs
** [[http://bochs.sourceforge.net|Bochs IA-32 Emulator]]
** Note: Pintos is designed for use with Bochs 2.2.6

* QEMU
** [[http://www.qemu.org|QEMU: Open source processor emulator]]

* Development Tools
** gdb: [[http://www.gnu.org/software/gdb/documentation|The GNU debugger]]
** make: [[http://www.gnu.org/software/make/manual|The GNU make utility]]
** tar: [[http://www.gnu.org/software/tar/|The tar archiving utility]]
** ctags: [[http://ctags.sourceforge.net/ctags.html|Generate tag files for source code]]
** CVS: [[http://www.nongnu.org/cvs/|Concurrent Versions System]]

* Useful Links
** [[http://isis.poly.edu/kulesh/stuff/src/klist|Linux Kernel Linked List Explained]]