Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limingth/LASO
Learn ARM with Source Open
https://github.com/limingth/LASO
Last synced: 3 months ago
JSON representation
Learn ARM with Source Open
- Host: GitHub
- URL: https://github.com/limingth/LASO
- Owner: limingth
- Created: 2012-04-18T11:34:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T23:17:13.000Z (over 11 years ago)
- Last Synced: 2024-07-16T14:08:14.229Z (4 months ago)
- Homepage: http://limingth.github.com/LASO
- Size: 10.1 MB
- Stars: 50
- Watchers: 15
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 《源码开放学ARM》
## 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.mdThis 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 [email protected]:yourname/LASO.gitThen your can see LASO.zh.pdf in your local directory
Also you can download [LASO.zh.pdf](http://repo.or.cz/w/mkbok.git/blob_plain/HEAD:/limingth_LASO.zh.pdf) if you do NOT have ruby running env.
- if you want to view this book in html, see my website:
http://www.lumit.org- if you want to know what is going on? see my blog:
https://github.com/limingth/LASO/wiki- if you know weibo in China, you can watch 新浪微博 @亚嵌李明老师
http://weibo.com/limingthTips:
如果你在 linux 下面,可以用 git 命令来 clone 下载整个目录。
git clone git://github.com/limingth/LASO.git
windows 下面也可以安装一个 git for windows
http://msysgit.github.com/