SSE2030F13.Resources History

Show minor edits - Show changes to output

November 27, 2013, at 12:59 AM by 115.145.179.182 -
Added lines 27-29:

* IA-32
** [[http://www.intel.com/products/processor/manuals/index.htm|Intel 64 and IA-32 Architectures Software Developer's Manual]]
August 21, 2013, at 07:17 AM by 115.145.179.182 -
Added lines 1-31:
!! SSE2030: Introduction to Computer Systems (Fall 2013)

!!! [Resources]


* [[CSE2003S09.Linux|How to setup your own Linux environment using VMware]] (As of March 2009)

* Sharing files between Windows (host) and Linux (guest) (As of March 2009)
** [[CSE2003S09.FTP|Using FTP]]
** [[CSE2003S09.Samba|Using Samba]]

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

* Introduction to the Vi editor
** [[ftp://ftp.vim.org/pub/vim/doc/book/vimbook-OPL.pdf|A book on Vim by Steve Oualline]] (Vim is a version of Vi -- local copy [[http://csl.skku.edu/uploads/CSE2003S09/vimbook-OPL.pdf|here]])
** [[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical Vi/Vim cheat sheet and tutorial]]
** [[http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Vim/Documents/UsedVim|Using Vim ]] (in Korean)
** [[http://kldp.org/KoreanDoc/html/Vim_Guide-KLDP/Vim_Guide-KLDP.html|Vi Guide]] (in Korean)

* GNU Tools
** [[http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc|GCC 4.3.3 Manual]] (GNU C Compiler)
** [[http://sourceware.org/binutils/docs/as/index.html|Using as]] (GNU Assembler)
** [[http://sourceware.org/gdb/current/onlinedocs/gdb/|GDB User Manual]] (GNU Debugger)
** [[http://www.gnu.org/software/make/manual/make.html|GNU Make Manual]]
** [[http://sourceware.org/binutils/docs|GNU Binutils 2.19]]

* Assembly programming
** [[http://asm.sourceforge.net|LinuxAssembly.org]]