2019年5月29日

摘要: 概括 git 有两种生成 patch 的方式,以下分别举实例说明用法。 以下两个实例都需要首先创建一个 master 分支 $ touch a $ echo "This is a file" > a $ git init $ git add a $ git commit -m "init" $ gi 阅读全文
posted @ 2019-05-29 20:59 rivsidn 阅读(6282) 评论(0) 推荐(1)
摘要: something to know 内核 dts 是做什么用的? pmon命令行有个print_dtb好像,你可以打印现在dtb看看或者你在drivers/usb/host/ohci-platform.c里加上loongson,ls2k-ohcipmon的dtb传给内核需要给pmon的dtb才行 阅读全文
posted @ 2019-05-29 18:01 rivsidn 阅读(150) 评论(0) 推荐(0)
摘要: git基础 git patch 功能 阅读全文
posted @ 2019-05-29 18:00 rivsidn 阅读(125) 评论(0) 推荐(0)

导航