Understanding the Linux Kernel (2nd Edition)(http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200302180005)
MIT open courseware(http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-828Fall2003/CourseHome/index.htm)
Home(http://cslab.cse.cau.ac.kr/lecture_view.asp?num=1)
.bashrc
.vimrc
set nocompatible
set title
set autoindent
set bs=2
set viminfo='20,\"50
set ruler
set number
set background=light
set softtabstop=4
set shiftwidth=4
set tabstop=4
set incsearch
set vb
set exrc
set mouse=n
syntax on
getch.c
- Assignment
- #3 is due on 27 May.
- #2(Midterm substitution) is due on 16 Jun.