实践-debug seabios

运行命令:

qemu-system-x86_64 -M q35 -m 1024 \
  -boot menu=on -monitor stdio -debugcon file:/dev/stderr \
  -global isa-debugcon.iobase=0x402 -bios /usr/share/qemu/bios.bin

可以在输出打印中显示seabios的log信息。
现在的目的是解决为什么assign到uhci的鼠标键盘,在bios到系统起来都不可用,seabios中有初始化uhci的代码啊,难道没有运行?

你可能感兴趣的:(实践-debug seabios)