为什么bochsdbg无法加载bochsrc.txt,但bochs可以?

为什么bochsdbg无法加载bochsrc.txt,但bochs可以?,bochs,Bochs,我可以在bochs上加载bochsrc.txt,但在bochsdbg上加载bochsrc.txt失败 我的bochsrc.txt是 megs: 32 romimage: file=/usr/share/bochs/BIOS-bochs-latest vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest floppya: 1_44=boot_loader.img, status=inserted boot: a mou

我可以在bochs上加载bochsrc.txt,但在bochsdbg上加载bochsrc.txt失败

我的bochsrc.txt是

  megs: 32
  romimage: file=/usr/share/bochs/BIOS-bochs-latest
  vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
  floppya: 1_44=boot_loader.img, status=inserted
  boot: a
  mouse: enabled=0
如何解决

谢谢~

我想出来了

我在
bochsdbg
上缺少
-q
参数

当我运行这个时,它工作了

  bochsdbg -q -f bochsrc.txt