Skip to content

limingth/LASO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

《源码开放学ARM》

http://www.lumit.org

Last Updated: 2012-12-4

  • Log of 2012-12-4
    Modify .mkbok.yml to gen new pdf
    Add dm9000.c new source code, thanks to teacher Bin ZheSong

  • Log of 2012-11-30
    Add DM9000 Kernel module

  • Log of 2012-11-22
    Add MMU, ProcessCore ...

  • Log of 2012-11-03
    modify chp103, 104, 105

  • Log of 2012-10-24
    modify chp102-x.md

  • Log of 2012-10-21
    modify chp101-x.md

This is the master branch, and it has nothing at all. please switch to gh-pages branch to get the real material.

These are the hints for your convinience

$ git clone git://github.com/limingth/LASO.git
$ cd LASO
LASO$ git checkout gh-pages
LASO$ export LANG=en_US.UTF-8
LASO$ export LC_ALL=en_US.UTF-8
LASO$ export LC_CTYPE=en_US.UTF-8
LASO$ ruby mkbok 
(incase your ruby version should be 1.9.3 or later)

else you can fork it and clone to your local directory
$ git clone git@github.com:yourname/LASO.git

Then your can see LASO.zh.pdf in your local directory

Also you can download LASO.zh.pdf if you do NOT have ruby running env.

Tips:

如果你在 linux 下面,可以用 git 命令来 clone 下载整个目录。

git clone git://github.com/limingth/LASO.git

windows 下面也可以安装一个 git for windows

http://msysgit.github.com/

Releases

No releases published

Packages

No packages published