瀏覽代碼

docs: remove guide to set earlycon

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

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

@@ -105,7 +105,3 @@ $ 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 启动即可。