上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 164 下一页

2021年12月22日

摘要: lesson7 qemu-system-riscv64 --version QEMU emulator version 6.1.0 Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers 执行mret 抛异常 I 阅读全文
posted @ 2021-12-22 11:38 tycoon3 阅读(495) 评论(0) 推荐(0)

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)

2021年12月20日

摘要: qemu-system-riscv64 -machine \? Supported machines are: microchip-icicle-kit Microchip PolarFire SoC Icicle Kit none empty machine shakti_c RISC-V Boa 阅读全文
posted @ 2021-12-20 18:48 tycoon3 阅读(136) 评论(0) 推荐(0)

2021年12月15日

摘要: ./configure --host=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc CFLAGS=-static CXX=arm-linux-gnueabihf-g++ CXXFLAGS=-static root@ubuntu:/home/ubuntu 阅读全文
posted @ 2021-12-15 17:45 tycoon3 阅读(935) 评论(0) 推荐(0)
摘要: # # Risc-V Assembler program to print "Hello World!" # to stdout. # # a0-a2 - parameters to linux function services # a7 - linux function number # .gl 阅读全文
posted @ 2021-12-15 15:09 tycoon3 阅读(1004) 评论(0) 推荐(0)
摘要: https://gitlab.eduxiji.net/Reticence/rbros/-/tree/b66a924d546be4679c84df16ac257002bb8b6a68/include git log commit 87b2f6edefe3ba0097eb9b23ac3b85698ce9 阅读全文
posted @ 2021-12-15 14:32 tycoon3 阅读(426) 评论(0) 推荐(0)

2021年12月14日

摘要: [root@centos7 04_interrupt]# cat src/head.s .section .text.init .align 3 .globl _start .extern start_kernel .extern stack_top .extern _strap .extern b 阅读全文
posted @ 2021-12-14 20:57 tycoon3 阅读(434) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 164 下一页

导航