SSE3044S18.Resources History

Hide minor edits - Show changes to output

March 29, 2018, at 05:13 AM by 115.145.212.143 -
Changed lines 7-8 from:
** [[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]]
to:
** [[http://pdos.csail.mit.edu/6.828/2017/xv6.html|MIT xv6 homepage]]
** [[http://pdos.csail.mit.edu/6.828/2017/tools.html|Tools for xv6]]
March 29, 2018, at 05:13 AM by 115.145.212.143 -
Changed lines 11-12 from:
** [[Attach:book-rev10.pdf|Xv6 commentary]] (local copy)
** [[Attach:xv6-rev10.pdf|Xv6 sources as a printed booklet]] (local copy)
to:
** [[Attach:book-rev10.pdf|Xv6 commentary (rev10)]] (local copy)
**
[[Attach:xv6-rev10.pdf|Xv6 sources as a printed booklet (rev10)]] (local copy)
March 15, 2018, at 05:30 AM by 115.145.211.193 -
February 26, 2018, at 11:47 AM by 115.145.212.143 -
Added lines 1-60:
!! SSE3044: Operating Systems (Spring 2018)

!!! [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)
** Xv6 repository: git clone git://github.com/mit-pdos/xv6-public.git
** [[Attach:book-rev10.pdf|Xv6 commentary]] (local copy)
** [[Attach:xv6-rev10.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
** Git: [[https://git-scm.com/documentation|Git --fast-version-control]]
** 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:)