SWE3004S17.Resources History

Show minor edits - Show changes to output

March 21, 2017, at 07:46 AM by 115.145.179.182 -
Changed line 14 from:
** [[http://www.intel.com/products/processor/manuals/index.htm|Intel 64 and IA-32 Architectures Software Developer's Manual]]
to:
** [[https://software.intel.com/en-us/articles/intel-sdm|Intel 64 and IA-32 Architectures Software Developer's Manual]]
March 20, 2017, at 03:07 AM by 115.145.179.182 -
Changed line 7 from:
** [[http://pdos.csail.mit.edu/6.828/2014/tools.html|Tools for xv6]]
to:
** [[http://pdos.csail.mit.edu/6.828/2016/tools.html|Tools for xv6]]
March 20, 2017, at 03:06 AM by 115.145.179.182 -
Changed line 6 from:
** [[http://pdos.csail.mit.edu/6.828/2014/xv6.html|MIT xv6 homepage]]
to:
** [[http://pdos.csail.mit.edu/6.828/xv6|MIT xv6 homepage]]
March 20, 2017, at 03:05 AM by 115.145.179.182 -
Changed lines 9-10 from:
** [[Attach:book-rev9.pdf|Xv6 commentary (Revision 9)]] (local copy)
** [[Attach:xv6-rev9.pdf|Xv6 sources as a printed booklet]] (local copy)
to:
** [[Attach:book-rev9.pdf|Xv6 commentary (Rev. 9)]] (local copy)
** [[Attach:xv6-rev9.pdf|Xv6 sources as a printed booklet (Rev. 9)]] (local copy)
March 20, 2017, at 03:03 AM by 115.145.179.182 -
Changed line 10 from:
** [[Attach:xv6-rev8.pdf|Xv6 sources as a printed booklet]] (local copy)
to:
** [[Attach:xv6-rev9.pdf|Xv6 sources as a printed booklet]] (local copy)
March 20, 2017, at 03:01 AM by 115.145.179.182 -
Changed lines 8-9 from:
** [[Attach:xv6-public.tar.gz|Xv6 source codes]] (local copy, Git retrieved on March 2nd)
** [[Attach:book-rev8.pdf|Xv6 commentary]] (local copy)
to:
** [[Attach:xv6-public.tar.gz|Xv6 source codes]] (local copy, Git retrieved on March 20th)
** [[Attach:book-rev9.pdf|Xv6 commentary (Revision 9)]] (local copy)
February 13, 2017, at 04:19 AM by 115.145.179.182 -
Added lines 1-58:
!! SWE3004: Operating Systems (Spring 2017)

!!! [Resources]

* Xv6
** [[http://pdos.csail.mit.edu/6.828/2014/xv6.html|MIT xv6 homepage]]
** [[http://pdos.csail.mit.edu/6.828/2014/tools.html|Tools for xv6]]
** [[Attach:xv6-public.tar.gz|Xv6 source codes]] (local copy, Git retrieved on March 2nd)
** [[Attach:book-rev8.pdf|Xv6 commentary]] (local copy)
** [[Attach:xv6-rev8.pdf|Xv6 sources as a printed booklet]] (local copy)
** [[http://pdos.csail.mit.edu/6.828/|MIT 6.828 Operating System Engineering course homepage]]

* IA-32 & Intel 64 Architectures
** [[http://www.intel.com/products/processor/manuals/index.htm|Intel 64 and IA-32 Architectures Software Developer's Manual]]

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

(:if false:)
* 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
** [[SWE3004S13.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

(:ifend:)