瀏覽代碼

docs: add guide to set earlycon

Woshiluo Luo 6 月之前
父節點
當前提交
9d5452398b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/booting-ubuntu-24.04.1-in-qemu-using-uboot-and-rustsbi.md

+ 4 - 0
docs/booting-ubuntu-24.04.1-in-qemu-using-uboot-and-rustsbi.md

@@ -105,3 +105,7 @@ $ qemu-system-riscv64 \
     -netdev user,id=usernet,hostfwd=tcp::12055-:22 \
     -device qemu-xhci -usb -device usb-kbd -device usb-tablet
 ```
+
+进入 GRUB 选择页后,按 e 进入编辑模式。
+
+修改内核参数中的 `earlycon=sbi` 为 `earlycon`。按 C-x 启动即可。