ccccourse / sp110b

課程:系統程式 -- 筆記、習題與報告
1 stars 50 forks source link

系統程式 第 16 週 -- 簽到討論區 #21

Open ccckmit opened 2 years ago

ccckmit commented 2 years ago
  1. https://www.sifive.com/software
    • 方法 1 : Download Freedom Studio
    • 方法 2 : 下載 GNU Embedded Toolchain + QEMU
    • 方法 3: 直接使用 kinmen6.com 上的環境 ssh guest@kinmen6.com 密碼 kinmen6110b

從頭開始讀這本書

有任何問題用文字在這個 issue 問,臉書也可以!

簽到範例:

  1. 陳鍾誠 在 e320
  2. 史奴比 在 家

示範

guest@localhost:~/sp/11-riscv/mini-riscv-os/01-HelloOs$ make
riscv64-unknown-elf-gcc -nostdlib -fno-builtin -mcmodel=medany -march=rv32ima -mabi=ilp32 -T os.ld -o os.elf start.s os.c
guest@localhost:~/sp/11-riscv/mini-riscv-os/01-HelloOs$ ls
Makefile  os.c  os.elf  os.ld  README.md  start.s
guest@localhost:~/sp/11-riscv/mini-riscv-os/01-HelloOs$ make run
make: *** No rule to make target 'run'.  Stop.
guest@localhost:~/sp/11-riscv/mini-riscv-os/01-HelloOs$ make qemu
Press Ctrl-A and then X to exit QEMU
qemu-system-riscv32 -nographic -smp 4 -machine virt -bios none -kernel os.elf      
Hello OS!
Bernie3852 commented 2 years ago

李柏均 在家

Roy-Roo commented 2 years ago

羅彥翔 在家

wukunru commented 2 years ago

吳昆儒 在家

RyanChen-01 commented 2 years ago

陳文吉 在家

feliciachou commented 2 years ago

周佳蒨 在家

Vialbum commented 2 years ago

林鈺翔 在家

nakirifumiya commented 2 years ago

王澤瑋 在家

Sakura01210 commented 2 years ago

王冠文 在家

daniel74859641 commented 2 years ago

陳威宇在家

choco427 commented 2 years ago

張詠翔 在家

shaoan901226 commented 2 years ago

黃紹安 在家

Selesfia commented 2 years ago

胡禎恩 在家

ChiaYunn commented 2 years ago

張嘉芸 在家

wei-annn commented 2 years ago

趙唯安 在家