随笔分类 -  Linux

上一页 1 2 3

os, linux, compile and link, etc.
MIT OS lab Makefile 分析
摘要:lab1 中的Makefile主要是根目录下的GNUMakefile, kern/Makefrag, boot/Makefrag,后两者通过include直接包含到GNUMakefile中。 1 # 2 # This makefile system follows the structuring... 阅读全文

posted @ 2015-01-27 22:33 ym65536 阅读(3114) 评论(2) 推荐(0)

GitHub使用简介
摘要:1、创建新项目 登陆到GitHub(https://github.com/)并注册后,选中New repository, 填写相关信息并点击Create repository即可。 2、版本管理 a) git clone https://github.com/$(USERNAME)/$(REPO). 阅读全文

posted @ 2014-11-10 17:47 ym65536 阅读(378) 评论(0) 推荐(0)

上一页 1 2 3