2021年12月21日

摘要: 204 void enter_supervisor_mode(void (*fn)(uintptr_t), uintptr_t arg0, uintptr_t arg1) 205 { 206 uintptr_t mstatus = read_csr(mstatus); 207 mstatus = I 阅读全文
posted @ 2021-12-21 19:21 tycoon3 阅读(93) 评论(0) 推荐(0)
摘要: 添加nostdlib CFLAGS = -Wall -mcmodel=medany -g -I $(IDIR) -O0 -nostdlib 阅读全文
posted @ 2021-12-21 17:16 tycoon3 阅读(87) 评论(0) 推荐(0)
摘要: 进入目录 Enter PIN for authenticator: $ ssh-add -K zhang.ssh Enter PIN for authenticator: Provider "internal" returned failure -1 Unable to load resident 阅读全文
posted @ 2021-12-21 14:40 tycoon3 阅读(199) 评论(0) 推荐(0)
摘要: 生成ssh key ssh-keygen -t rsa -C "mag@126.com" -f github.ssh *** Please tell me who you are. root@ubuntu:/home/ubuntu/test/mini-riscv-os# git add . root 阅读全文
posted @ 2021-12-21 12:07 tycoon3 阅读(1133) 评论(0) 推荐(1)

导航