SSE3044F14.Resources History

Hide minor edits - Show changes to output

August 18, 2014, at 05:07 AM by 115.145.179.182 -
Added lines 1-43:
!! SSE3044: Operating Systems (Fall 2014)

!!! [Resources]

* Pintos
** [[Attach:pintos.tar.gz|Pintos Source Codes]] (local copy)
** [[http://www.stanford.edu/class/cs140/projects/pintos/pintos.html|Pintos Documentation]]
** [[Attach:pintos.pdf|Pintos Documentation in PDF]] (local copy)
** [[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://www.stanford.edu/class/cs140/projects/pintos/pintos_9.html#SEC139|Project Documentation]]

* Using GCC version 4.1.2 on Ubuntu
** [[SSE3044F12.SSEGCC|Installing pre-built GCC 4.1.2 binaries]]
** [[SSE3044F12.GCC|Building GCC 4.1.2 on Ubuntu 12.04.1 LTS]]
** [[SSE3044F12.GCCPintos|Using GCC 4.1.2 for Pintos]]
** [[SSE3044F12.QEMU|Using QEMU for Pintos]]

* 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]]

* Linux
** Installing and running Linux: [[http://csl.skku.edu/uploads/SSE2030F10/SKKULUG 2010_01 Linux is easy.pdf|Linux is easy.pdf]] (by SKKULUG, Korean, 2010)

* 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]]
** subversion: [[http://subversion.apache.org|Apache Subversion]] ([[http://svnbook.red-bean.com/|online book]])


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